From: Laury GvR Date: Wed, 2 Dec 2015 19:38:43 +0000 (-0500) Subject: Making the top-nav hover shadow a little less prominent X-Git-Tag: v1.0.0^2~172 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4ff08cb0a398ef7c774c189554e9af154944aae1;p=WP-Themes%2Fstaffords.git Making the top-nav hover shadow a little less prominent --- 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);