Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gbvitrano committed Jul 10, 2018
1 parent 44d1ad7 commit c688faa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,16 @@ p {text-align: justify;}
.wy-menu-vertical a {color: #404040;}
.wy-menu-vertical a:hover { background-color: rgba(241,141,54,0.8)}
.wy-menu a:hover {color: #fff;}
.wy-menu a:visited {color: #fff;}


.wy-menu-vertical a:visited {color: #404040;}
.wy-menu-vertical li.on a, .wy-menu-vertical li.current > a {background: #c1e045;}
.wy-menu-vertical li.toctree-l1.current > a {
border-bottom: solid 0 #fff;
border-top: solid 0 #fff; }
.wy-menu-vertical li.on a:hover, /*.wy-menu-vertical li.current > a:hover*/ {background: rgba(193,224,69,0.8);}
.wy-menu-vertical li.current > a:hover {background: transparent;}
.wy-menu-vertical li.on a:hover, .wy-menu-vertical li.current > a:hover {background: rgba(193,224,69,0.8);}
/*.wy-menu-vertical li.current > a:hover {background: transparent;}*/
.wy-nav-content {background: #efefef; }
.wy-menu-vertical li.hover a {background-color: rgba(193,224,69,0.5);}
/*.wy-menu-vertical li.current a {background-color: rgba(193,224,69,0.3);}*/
Expand Down

0 comments on commit c688faa

Please sign in to comment.