playing around with colors
authorMiriam <miriam@fsf.org>
Thu, 3 Aug 2023 20:03:02 +0000 (16:03 -0400)
committerMiriam <miriam@fsf.org>
Thu, 3 Aug 2023 20:03:02 +0000 (16:03 -0400)
2024/assets/css/custom.css

index eec5639765408d739836e48fff5c7a40aa6973a4..8f80566e2f6fdfc23ebd379f84e7fa418d7d5bc2 100644 (file)
@@ -680,7 +680,7 @@ hr {
   /*box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.7);*/
   margin-bottom: 20px;
   padding-bottom: 5px;
-  border-bottom: 3px solid #766153;
+  border-bottom: 3px solid #29bf12;
   background-color: #5b463c;
   color: #ffffff;
 }
@@ -757,12 +757,12 @@ hr {
 
 .panel {
   /* background-color: rgba(55, 57, 58, 0.85); */
-    background-color: #ffffff;
+    background-color: #5b463c;
 }
 
 .panel-default > .panel-heading {
   /* background-color: rgba(55, 57, 58, 0.85); */
-    background-color: #ffffff;
+    background-color: #5b463c;
     color: #484848!important;
 }