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 e9aa33c commit 44d1ad7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ 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-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;
Expand All @@ -52,7 +53,8 @@ p {text-align: justify;}
.wy-menu-vertical li.toctree-l2.current>a { background: rgba(193,224,69,0.6); }
.wy-menu-vertical li.toctree-l2.hover>a { background: rgba(193,224,69,0.75); }


/* mobile */
.wy-nav-top {background: linear-gradient(#67b03a, #589632); }

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

0 comments on commit 44d1ad7

Please sign in to comment.