Skip to content

Commit

Permalink
Lighter side bar
Browse files Browse the repository at this point in the history
  • Loading branch information
maebert committed Jul 8, 2019
1 parent 2fabe51 commit ac56d68
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docs/assets/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ p {
/* No-one likes lines that are 400 characters long. */
div.rst-content {max-width: 54em;}

.wy-side-nav-search, .wy-nav-top {
background-color: var(--sidebar-dark) !important;
.wy-side-nav-search, .wy-nav-top, .wy-menu-vertical li.current {
background-color: transparent;
}
.wy-side-nav-search a.icon-home {
width: 100%;
Expand Down Expand Up @@ -93,7 +93,7 @@ a.icon-home:before {
border-right: 1em solid white;
}

.rst-versions, .rst-versions .rst-current-version { background: var(--sidebar); !important; }
.rst-versions, .rst-versions .rst-current-version { background: #47375d; }
.wy-menu-vertical span {
color: white !important;
font-size: 1.2em;
Expand All @@ -103,7 +103,7 @@ a.icon-home:before {


.wy-nav-side {
background: var(--sidebar);
background-image: linear-gradient(0deg, #47375d 0%, #7C5685 100%);
font-weight: 300 !important;
}

Expand All @@ -123,10 +123,6 @@ footer {display: none;}
color: var(--off-white) !important;
}

.wy-menu-vertical li.current {
background: var(--sidebar) !important;
}

.toctree-l2 a:first-child {display: none;}

/* ------------------------------------------------------------ */
Expand Down

0 comments on commit ac56d68

Please sign in to comment.