From 285633c34fd37908a8cbb1105ff7814f226db06e Mon Sep 17 00:00:00 2001 From: alopexc0de Date: Sun, 20 Jul 2014 14:18:02 -0400 Subject: [PATCH] Small CSS tweaks, add more contrast to elements.\n\nTrying to make it look a bit less cluttered and still have high contrast. This works rather well I think. --- Website/Include/CSS/style.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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{