Skip to content

Commit

Permalink
Merge pull request CloudSlang#146 from CloudSlang/color_fix
Browse files Browse the repository at this point in the history
Color fix
  • Loading branch information
SamMarkowitz committed Mar 14, 2016
2 parents d3105cc + 4736d0c commit eae5ed3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
9 changes: 3 additions & 6 deletions _static/css/cloudslang_theme.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
@import url("theme.css");

.wy-side-nav-search{
background-color: #6DC692;
}

.wy-side-nav-search input[type=text]{
border-color: #6DC692;
.wy-nav-side .wy-side-nav-search{
background-color: #6DC692;
border-color: #6DC692
}
8 changes: 3 additions & 5 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,9 @@
html_style = 'css/cloudslang_theme.css'
else:
html_context = {
'css_files': [
'https://media.readthedocs.org/css/sphinx_rtd_theme.css',
'https://media.readthedocs.org/css/readthedocs-doc-embed.css',
'_static/css/cloudslang_theme.css',
],
'extra_css_files' : [
'_static/css/cloudslang_theme.css'
]
}

# Theme options are theme-specific and customize the look and feel of a theme
Expand Down

0 comments on commit eae5ed3

Please sign in to comment.