diff --git a/Website/Include/CSS/style.css b/Website/Include/CSS/style.css index c124c7f..ee39697 100644 --- a/Website/Include/CSS/style.css +++ b/Website/Include/CSS/style.css @@ -32,21 +32,22 @@ hr { .navbar { margin-bottom: 20px; - background: rgba(63, 78, 50, .6); + background: rgba(0, 0, 0, .3); border: none; - width: 52%; + width: 51.8%; } .active{ - background: rgba(0,0,0,.3); + background: rgba(0,0,0,.4); } .navbar li a{ font-size: 41px; - color: #4a791a; + color: #ccc; } -.navbar a:hover{ +.navbar li a:hover{ + color: #9ab4d5; background: rgba(34, 32, 27, 1); } @@ -55,7 +56,7 @@ hr { font-size: 52px; font-weight: 700; margin-left: 21%; - color: #53960f; + color: #ccc; } .spacer{