Main nav hover color, grey blue now actually blue
authorLaury GvR <laury@gaslightmedia.com>
Tue, 30 Oct 2018 19:37:56 +0000 (15:37 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 30 Oct 2018 19:38:14 +0000 (15:38 -0400)
scss/_settings.scss
scss/_sidebar.scss
scss/_topbar.scss

index 7d03bff..9d5a6aa 100644 (file)
@@ -126,7 +126,7 @@ $d-green     : #3a590a;
 $grey        : #dbdcde;
 $d-blue      : #02528f;
 $pale-blue   : #85b1ff;
-$grey-blue   : #e8e6e5;
+$grey-blue   : #eff3f7;
 
 $gold: #de7146;
 $tan: #ccbc8c;
index 1347085..e5acab3 100644 (file)
@@ -62,7 +62,7 @@
 }
 #side-nav {
     padding-top: 30px;
-    background: #c2d5d8;
+    background: $grey-blue;
     h1 {
         font-size: rem-calc(22);
         line-height: 1;
@@ -85,8 +85,8 @@
         margin: 0 0 20px;
         line-height: 1;
         li {
-            margin: 0 -15px;
-            padding: 5px 10px 5px 25px;
+            margin: 0 -15px 5px 0px;
+            padding: 5px 10px 5px 15px;
             // line-height: 1px;
             &:hover {
                 background: #81adc1;
index 4c24263..ace8731 100644 (file)
             }
             
             &:hover{
-                background: $pale-blue;
+                background: $d-blue;
             }
             > a {
                 align-self: center;
         li.active{
             background: $d-blue;
             &:not(.has-form):hover > a:not(.button) {
-                background-color: $pale-blue;
+                background-color: $d-blue;
             }
         }
         li {
                         text-align: left;
                         font-weight: normal;
                         &:hover{
-                            color: $pale-blue;
+                            color: $d-blue;
                         }
                     }
                     &:not(.has-form):not(.active) {
                             font-size: 18px;
                             font-family: 'Quattrocento', serif;
                             &:hover{
-                                color: $pale-blue;
+                                color: $d-blue;
                             }
                             
                         }
                         background-color: transparent;
                         & > a:not(.button) {
                             background-color: transparent;
-                            color: $pale-blue;
+                            color: $d-blue;
                             font-size: 18px;
                             font-family: 'Quattrocento', serif;
                         }