Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified source/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions source/layouts/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ under the License.
<% end %>
<% end %>
<title><%= current_page.data.title || "API Documentation" %></title>
<link rel="shortcut icon" type="image/x-icon" href="https://cdn.prod.website-files.com/68b01d3752e6264d97325944/68daa8eb822fdb04be08fdb7_32.png">

<style media="screen">
<%= Rouge::Themes::MonokaiSublimeSlate.render(:scope => '.highlight') %>
Expand Down
4 changes: 2 additions & 2 deletions source/stylesheets/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ $examples-bg: #2E3336 !default;
$code-bg: #1E2224 !default;
$code-annotation-bg: #191D1F !default;
$nav-subitem-bg: #1E2224 !default;
$nav-active-bg: #0F75D4 !default;
$nav-active-bg: #7a00ff !default;
$nav-active-parent-bg: #1E2224 !default; // parent links of the current section
$lang-select-border: #000 !default;
$lang-select-bg: #1E2224 !default;
$lang-select-active-bg: $examples-bg !default; // feel free to change this to blue or something
$lang-select-pressed-bg: #111 !default; // color of language tab bg when mouse is pressed
$main-bg: #F3F7F9 !default;
$aside-notice-bg: #8fbcd4 !default;
$aside-notice-bg: #d0bbe8 !default;
$aside-warning-bg: #c97a7e !default;
$aside-success-bg: #6ac174 !default;
$search-notice-bg: #c97a7e !default;
Expand Down
6 changes: 5 additions & 1 deletion source/stylesheets/screen.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,12 @@ html, body {
// This is the logo at the top of the ToC
.logo {
display: block;
max-width: 100%;
width: 75px;
height: 75px;
margin-left: auto;
margin-right: auto;
margin-bottom: $logo-margin;
margin-top: 20px;
}

&>.search {
Expand Down