From 4ff08cb0a398ef7c774c189554e9af154944aae1 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 2 Dec 2015 14:38:43 -0500 Subject: [PATCH] Making the top-nav hover shadow a little less prominent --- css/app.css | 2 +- scss/_topbar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 248529b..844bb1b 100644 --- a/css/app.css +++ b/css/app.css @@ -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 { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index ad64d29..5752283 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -172,7 +172,7 @@ 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); -- 2.17.1