Revert "swap purple color"
authorGreg Farough <gregf@gnu.org>
Wed, 7 Sep 2022 20:31:06 +0000 (16:31 -0400)
committerGreg Farough <gregf@gnu.org>
Wed, 7 Sep 2022 20:31:06 +0000 (16:31 -0400)
This reverts commit 9efe4f12aa4c8b109a19a40cc6724e0d1fcd46fb.

2023/assets/css/custom.css

index f83a4fc167910b4e30cc13732b67a9c4ec2b2a73..9cf53e68d3d394c32f6113ec897c7c30acef9c10 100644 (file)
@@ -578,7 +578,7 @@ hr {
   padding-bottom: 5px;
   color: #ffffff;
   text-align: center;
-  background-color: #000000;
+  background-color: #bcabbc;
   border-radius: 0 0 15px 15px ;
 }
 
@@ -671,7 +671,7 @@ hr {
   margin-bottom: 20px;
   padding-bottom: 5px;
   border-bottom: 3px solid #f9b442;
-  background-color: #000000;
+  background-color: #bcabbc;
   color: #ffffff;
 }
 
@@ -979,7 +979,7 @@ body {
   height: auto;
   border-top: 2px solid #dadada;
   /*box-shadow: 0px 1px 9px rgba(255, 255, 255, 0.7);*/
-  background-color: #000000;
+  background-color: #bcabbc;
   margin-top: 1.5em;
 }