Skip to content

Commit

Permalink
Merge pull request #515 from kiwiroy/sidebar-color
Browse files Browse the repository at this point in the history
Change ReadTheDocs sidebar to orange colour.
  • Loading branch information
vharsh committed Oct 6, 2017
2 parents d2c22b8 + 2025f14 commit e3b1bb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions documentation/source/_static/theme_overrides.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
/* override logo styling */
.logo {
/*.logo {
display: block;
width: 150px !important;
margin: 5px;
fill: #fff;
background-color: #fb8225 !important;
border-radius: 0 !important;
}
}*/

.wy-side-nav-search {
background-color: #ee5a2b;
}
4 changes: 2 additions & 2 deletions documentation/source/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

{% extends "!layout.html" %}

{% set css_files = css_files + ["_static/theme_overrides.css"] %}

<div style="background-color: grey;">

{% block rootrellink %}
Expand All @@ -22,5 +24,3 @@
{% block sidebar2 %}
</div>
{% endblock %}


0 comments on commit e3b1bb4

Please sign in to comment.