swap colors in submit-session class
authorGreg Farough <gregf@gnu.org>
Tue, 18 Aug 2020 17:36:50 +0000 (13:36 -0400)
committerGreg Farough <gregf@gnu.org>
Tue, 18 Aug 2020 17:36:50 +0000 (13:36 -0400)
2021/assets/css/custom.css

index ae9c734a48613bc8cb9e990a7f0d7104d36a5e85..533f4e8f8555ff9f857106317d71ef3df7846835 100644 (file)
@@ -781,9 +781,9 @@ hr {
 }
 
 .nav > li.submit-session > a {
-       background-color: #602217;
+       background-color: #C4A000;
        margin-top: 8px;
-       color: white;
+       color: #602217;
 }
 
 .nav > li.fsf-donate > a {