all nav bar colors good now
authorZoe <zoe@fsf.org>
Thu, 19 Sep 2019 22:23:05 +0000 (18:23 -0400)
committerZoe <zoe@fsf.org>
Thu, 19 Sep 2019 22:23:05 +0000 (18:23 -0400)
2020/assets/css/custom.css

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