diff --git a/static/theme_overrides.css b/static/theme_overrides.css index deb708db..d7a6e08b 100644 --- a/static/theme_overrides.css +++ b/static/theme_overrides.css @@ -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);}*/