From e6247ad601a8eb70a53dd1a20ff515d00cb20ee1 Mon Sep 17 00:00:00 2001 From: alopexc0de Date: Sun, 20 Jul 2014 14:19:59 -0400 Subject: [PATCH] Small CSS tweaks, add more contrast to elements. Trying 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, 6 insertions(+), 7 deletions(-) diff --git a/Website/Include/CSS/style.css b/Website/Include/CSS/style.css index ee39697..c124c7f 100644 --- a/Website/Include/CSS/style.css +++ b/Website/Include/CSS/style.css @@ -32,22 +32,21 @@ hr { .navbar { margin-bottom: 20px; - background: rgba(0, 0, 0, .3); + background: rgba(63, 78, 50, .6); border: none; - width: 51.8%; + width: 52%; } .active{ - background: rgba(0,0,0,.4); + background: rgba(0,0,0,.3); } .navbar li a{ font-size: 41px; - color: #ccc; + color: #4a791a; } -.navbar li a:hover{ - color: #9ab4d5; +.navbar a:hover{ background: rgba(34, 32, 27, 1); } @@ -56,7 +55,7 @@ hr { font-size: 52px; font-weight: 700; margin-left: 21%; - color: #ccc; + color: #53960f; } .spacer{