Skip to content

Commit

Permalink
Merge pull request #6 from cupy/change-color
Browse files Browse the repository at this point in the history
Fix background color
  • Loading branch information
okuta committed Feb 21, 2017
2 parents 6eb1df9 + a5b6292 commit 48991d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/_static/css/modified_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

/* Main background color modification */
.btn-info, .wy-menu-vertical a:active, .wy-side-nav-search, .wy-side-nav-search img, .wy-nav .wy-menu-vertical a:hover, .wy-nav-top img, .wy-tray-item-info, .wy-side-nav-search, .wy-dropdown-menu > dd > a:hover, .wy-dropdown-menu a:hover, .wy-nav-top {
background-color: #d17062 !important;
background-color: #70c162 !important;
}

.wy-side-nav-search input[type=text] {
border-color: #a47224 !important;
border-color: #72a424 !important;
}

.rst-content .note .admonition-title {
Expand Down

0 comments on commit 48991d9

Please sign in to comment.