diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2014-08-14 15:48:50 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2014-08-14 15:48:50 +0000 |
| commit | 36cf84ee7023fb2dab8ae4095e0dca90a9008bb7 (patch) | |
| tree | 41b2d33d32675fde3657f23328fb4af601e39a25 | |
| parent | a593b5a89b47c7e7f2782b92f356040ae37bf63d (diff) | |
Changed hover colors for menu items to be more inline with theme... shades of blue.
| -rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -935,7 +935,7 @@ div.nav-menu > ul { .nav-menu li:focus > a, .nav-menu li a:focus { /*background-color: #220e10;*/ - background-color: #82474c; + background-color: #157EC6; color: #fff; } @@ -972,7 +972,7 @@ ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus { - background-color: #db572f; + background-color: #72b2de; } ul.nav-menu li:hover > ul, |
