From 1a3391e487138f3d1233af93dbfcaa0159251eee Mon Sep 17 00:00:00 2001 From: alopexc0de Date: Sun, 20 Jul 2014 00:23:18 -0400 Subject: [PATCH] Move to simpler color scheme The original background was a little, "busy". This has been traded in favour of a light green background and better matching colors for links & navbar --- Website/Include/CSS/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Website/Include/CSS/style.css b/Website/Include/CSS/style.css index 1b32c64..c124c7f 100644 --- a/Website/Include/CSS/style.css +++ b/Website/Include/CSS/style.css @@ -1,7 +1,7 @@ body{ /*background: #2f4f5b;*/ - background: #1a6b1a; - background-image: url('../img/body.jpg'); + background: #526f4d; + /* background-image: url('../img/body.jpg'); */ font-family: 'Montserrat', serif; min-width:100%; } @@ -32,18 +32,18 @@ hr { .navbar { margin-bottom: 20px; - background: rgba(34, 32, 27, .6); + background: rgba(63, 78, 50, .6); border: none; width: 52%; } .active{ - background: rgba(0,0,0,.5); + background: rgba(0,0,0,.3); } .navbar li a{ font-size: 41px; - color: #355713; + color: #4a791a; } .navbar a:hover{