Browse Source

lighten nav hover

windhamdavid 6 years ago
parent
commit
c83edadc7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      css/style.css

+ 1 - 1
css/style.css

@@ -174,7 +174,7 @@ a:hover {
 .dropdown-menu a:focus,
 .dropdown-menu a:active {
     box-shadow: none;
-    background-color: #525252;
+    background-color: #787878;
     color: #FFFFFF;
 	 border-radius:5px;
 }