diff --git a/content/stylesheet.css b/content/stylesheet.css index eea7046..ca5cb03 100644 --- a/content/stylesheet.css +++ b/content/stylesheet.css @@ -5,7 +5,7 @@ ul.topnav { margin: 0; padding: 0; overflow: hidden; - background-color: #d3d3d3; + background-color: #8bd3dd; } ul.topnav li {float: left;} @@ -18,7 +18,7 @@ ul.topnav li a { text-decoration: none; } -ul.topnav li a:hover:not(.active) {background-color: #111;} +ul.topnav li a:hover:not(.active) {background-color: #f582ae;} ul.topnav li a.active {background-color: #4CAF50;}