changed green to a darker green
authorMiriam <miriam@fsf.org>
Thu, 3 Aug 2023 21:23:49 +0000 (17:23 -0400)
committerMiriam <miriam@fsf.org>
Thu, 3 Aug 2023 21:23:49 +0000 (17:23 -0400)
2024/assets/css/custom.css

index 59275456a89d0a820b200b1301ae91346a8bac2c..682fda029061f23284ab5c26491abba09eeb126d 100644 (file)
@@ -101,7 +101,7 @@ h3  {
 
 .program-day-header h2 {
   font-size: 2.1em;
-  color: #29bf12;
+  color: #29a314;
   padding: 0.3em;
   text-align: center;
   border-bottom: 3px solid #f5f5f5;
@@ -658,7 +658,7 @@ hr {
 /* Header */
 
 .lp-archived {
-  background-color: #29bf12;
+  background-color: #29a314;
   color: rgb(255, 255, 255);
   text-align: center;
   padding: 2.5px 0;
@@ -673,14 +673,14 @@ hr {
 }
 
 .lp-archived a:hover, a:active, a:focus{
-  color: #29bf12;
+  color: #29a314;
 }
 
 .lp-banner {
   /*box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.7);*/
   margin-bottom: 20px;
   padding-bottom: 5px;
-  border-bottom: 3px solid #29bf12;
+  border-bottom: 3px solid #29a314;
   background-color: #404040;
   color: #ffffff;
 }
@@ -849,7 +849,7 @@ hr {
 }
 
 .nav > li.fsf-donate > a {
-  background-color: #29bf12;
+  background-color: #29a314;
   margin-top: 8px;
   color: white !important;
 }
@@ -908,8 +908,8 @@ hr {
 }
 
 .navbar-default {
-    background-color: #29bf12;
-    border-color: #29bf12;
+    background-color: #29a314;
+    border-color: #29a314;
     border-bottom: 3px solid #808080;
 }
 
@@ -1174,7 +1174,7 @@ border-radius: 5px
   margin:20px 0 20px 0;
   padding:5px 0 5px 15px;
   border-bottom:3px solid #808080;
-  background-color: #29bf12;
+  background-color: #29a314;
   color: white;
 }