testing gray instead of brown
authorMiriam <miriam@fsf.org>
Thu, 3 Aug 2023 20:48:33 +0000 (16:48 -0400)
committerMiriam <miriam@fsf.org>
Thu, 3 Aug 2023 20:48:33 +0000 (16:48 -0400)
2024/assets/css/custom.css

index 75c4ee21e53fecfa365522b0396771cb21360070..d23bf671a53d62933b936d129aeaf3bdbd41f7c2 100644 (file)
@@ -6,7 +6,7 @@ body {
   line-height: 1.428571429;
   /* color: #dbd6ce; */
   
-  color: #5b463c;
+  color: #808080;
   scrollbar-color: #4b4f53 #1c1e1f;
 }
 
@@ -233,7 +233,7 @@ code {
 /* Links */
 
 a:hover {
-    color: #5b463c;
+    color: #808080;
     text-decoration: none;
 }
 a:focus {
@@ -588,7 +588,7 @@ hr {
   padding-bottom: 5px;
   color: #ffffff;
   text-align: center;
-  background-color: #5b463c;
+  background-color: #808080;
   border-radius: 0 0 15px 15px ;
 }
 
@@ -681,7 +681,7 @@ hr {
   margin-bottom: 20px;
   padding-bottom: 5px;
   border-bottom: 3px solid #29bf12;
-  background-color: #5b463c;
+  background-color: #808080;
   color: #ffffff;
 }
 
@@ -757,12 +757,12 @@ hr {
 
 .panel {
   /* background-color: rgba(55, 57, 58, 0.85); */
-    background-color: #5b463c;
+    background-color: #808080;
 }
 
 .panel-default > .panel-heading {
   /* background-color: rgba(55, 57, 58, 0.85); */
-    background-color: #5b463c;
+    background-color: #808080;
     color: #484848!important;
 }
 
@@ -845,7 +845,7 @@ hr {
 }
 .nav > li > a:hover,
 .lp-home a:hover {
-    color:#5b463c;
+    color:#808080;
 }
 
 .nav > li.fsf-donate > a {
@@ -855,8 +855,8 @@ hr {
 }
 
 .nav > li.btn-register > a {
-  background-color: #5b463c;
-  color: #5b463c;
+  background-color: #808080;
+  color: #808080;
   text-shadow: 0px 0px 0px #ffffff;
   text-decoration: none;
 }
@@ -873,7 +873,7 @@ hr {
 .navbar-default .navbar-nav > li.btn-register > a:focus,
 .navbar-default .navbar-nav > li.btn-register > a:hover {
   background-color: transparent;
-  color: #5b463c;
+  color: #808080;
 }
 
 .nav > li > a:hover,
@@ -1002,7 +1002,7 @@ body {
   height: auto;
   border-top: 2px solid #dadada;
   /*box-shadow: 0px 1px 9px rgba(255, 255, 255, 0.7);*/
-  background-color: #5b463c;
+  background-color: #808080;
   margin-top: 1.5em;
 }
 
@@ -1072,7 +1072,7 @@ border-radius: 5px
   width:55%;
   text-align: justify;
   margin-bottom:40px;
-  background-color: #5b463c;
+  background-color: #808080;
   padding:4% 5% 4% 5%;
   border-radius: 20px;
 }