color test
authorMiriam <miriam@fsf.org>
Thu, 3 Aug 2023 20:17:00 +0000 (16:17 -0400)
committerMiriam <miriam@fsf.org>
Thu, 3 Aug 2023 20:17:00 +0000 (16:17 -0400)
2024/assets/css/custom.css

index 979e38817929d0013c6a8e3e89a639e9111d287d..e69c1ccefba7f122ebdf97079731ff2ff3c50d39 100644 (file)
@@ -763,7 +763,7 @@ hr {
 .panel-default > .panel-heading {
   /* background-color: rgba(55, 57, 58, 0.85); */
     background-color: #5b463c;
-    color: #766153!important;
+    color: #484848!important;
 }
 
 #lp-panel-fixed {
@@ -883,7 +883,7 @@ hr {
 .area-link a:hover,
 .area-link a:focus {
   /* background-color: rgb(55, 57, 58); */
-    background-color: #8A978A;
+    background-color: #766153;
   color: #ffffff;
 }
 
@@ -953,7 +953,7 @@ hr {
 
 .navbar-collapse {
     /* background-color: rgba(55, 57, 58, 0.85); */
-    background-color: #ffffff;
+    background-color: #766153;
     border-top: 1px solid transparent;
     /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;*/
     overflow-x: visible;
@@ -1208,7 +1208,7 @@ border-radius: 5px
 }
 
 #deadline-table th {
-    background-color: #808080;
+    background-color: #5b463c;
     color: white;
     padding: 10px;
     text-align: center;
@@ -1221,11 +1221,11 @@ border-radius: 5px
 }
 
 #deadline-table tr:nth-child(even) {
-    background-color: #f2f2f2;
+    background-color: #5b463c;
 }
 
 #deadline-table tr:hover {
-    background-color: #e6e6e6;
+    background-color: #5b463c;
 }