changed background color back to white
authorMiriam <miriam@fsf.org>
Thu, 3 Aug 2023 20:21:27 +0000 (16:21 -0400)
committerMiriam <miriam@fsf.org>
Thu, 3 Aug 2023 20:21:27 +0000 (16:21 -0400)
2024/assets/css/custom.css

index e69c1ccefba7f122ebdf97079731ff2ff3c50d39..75c4ee21e53fecfa365522b0396771cb21360070 100644 (file)
@@ -992,7 +992,7 @@ body {
   /* Space background */
   /*background-image: url('/2024/assets/img/pattern-1.png') !important; */
   /* background-color: rgba(55, 57, 58, 0.85); */
-  background-color: #766153
+  background-color: #ffffff
   background-position: top right;
   background-repeat: repeat-y repeat-x;
   background-size: contain;
@@ -1208,7 +1208,7 @@ border-radius: 5px
 }
 
 #deadline-table th {
-    background-color: #5b463c;
+    background-color: #808080;
     color: white;
     padding: 10px;
     text-align: center;
@@ -1221,11 +1221,11 @@ border-radius: 5px
 }
 
 #deadline-table tr:nth-child(even) {
-    background-color: #5b463c;
+    background-color: #f2f2f2;
 }
 
 #deadline-table tr:hover {
-    background-color: #5b463c;
+    background-color: #e6e6e6;
 }