Making the top-nav hover shadow a little less prominent
authorLaury GvR <laury@gaslightmedia.com>
Wed, 2 Dec 2015 19:38:43 +0000 (14:38 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 2 Dec 2015 19:38:43 +0000 (14:38 -0500)
css/app.css
scss/_topbar.scss

index 248529b..844bb1b 100644 (file)
@@ -6611,7 +6611,7 @@ header .searchform input[type="submit"]:hover {
           line-height: 1; }
           .top-bar-section ul li ul.dropdown li a:hover {
             /*                            font-weight: bold;*/
-            text-shadow: 1px 1px 0 darkred; }
+            text-shadow: 0 1px 0 #a61a1d; }
           .top-bar-section ul li ul.dropdown li a:active {
             color: #a61a1d; }
     .top-bar-section ul li.drop-left ul.dropdown {
index ad64d29..5752283 100644 (file)
                         line-height: 1;
                         &:hover {
 /*                            font-weight: bold;*/
-                            text-shadow: 1px 1px 0 darkred;
+                            text-shadow: 0 1px 0 #a61a1d;
                         }
                         &:active {
                             color: rgb(166, 26, 29);