Skip to content

Commit

Permalink
css upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gbvitrano committed Jul 10, 2018
1 parent 50f30d7 commit a62a11c
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,24 @@ p {text-align: justify;}
.wy-side-scroll {background: #ffffff;}

.wy-menu-vertical a {color: #404040;}
.wy-menu-vertical a:hover { background-color: #f18d36;}
.wy-menu-vertical a:hover { background-color: rgba(241,141,54,0.8)}
.wy-menu a:hover {color: #fff;}
.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 1px #fff;
border-top: solid 1px #fff; }
.wy-menu-vertical li.on a:hover, .wy-menu-vertical li.current > a:hover {background: #c1e045;}
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-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);}




a {color: #f18d36; }
a:hover {color: #589632; text-decoration:underline; }

a:visited {{color: #f18d36; text-decoration:underline; }

.wy-body-for-nav .keep-us-sustainable {
color: #404040;}
Expand Down

0 comments on commit a62a11c

Please sign in to comment.