nav bar error check
authorZoe <zoe@fsf.org>
Thu, 19 Sep 2019 22:27:31 +0000 (18:27 -0400)
committerZoe <zoe@fsf.org>
Thu, 19 Sep 2019 22:27:31 +0000 (18:27 -0400)
2020/assets/css/custom.css

index 6893bb0ab069c9a5bf24d77eb58ee953b19115a5..fe5c63b3d74a63ff12345fe0ac676162d2eed2da 100644 (file)
@@ -753,7 +753,7 @@ hr {
   display: block;
   padding: 10px 15px;
   text-decoration: none;
-  background-color: #f5790038;
+  background-color: #f57900;
   transition: background-color 0.1s;
   border-bottom: none;
 }
@@ -780,7 +780,7 @@ hr {
 .nav > li > a:hover,
 .nav > li > a:focus {
   background-color:#f5790038;
-  color: #ffffff;
+  color: #eeeeee;
 }
 
 .nav-pills > li > a {