removed background pattern
authorMiriam <miriam@fsf.org>
Thu, 3 Aug 2023 19:59:14 +0000 (15:59 -0400)
committerMiriam <miriam@fsf.org>
Thu, 3 Aug 2023 19:59:14 +0000 (15:59 -0400)
2024/assets/css/custom.css

index c5d50b7cc35a5c87254bbbf69a0bb4ecb4f2f740..eec5639765408d739836e48fff5c7a40aa6973a4 100644 (file)
@@ -658,7 +658,7 @@ hr {
 /* Header */
 
 .lp-archived {
-  background-color: #766153;
+  background-color: #29bf12;
   color: rgb(255, 255, 255);
   text-align: center;
   padding: 2.5px 0;
@@ -990,9 +990,9 @@ body {
   margin: 0 auto -60px;
   padding: 0 0 60px;
   /* Space background */
-  background-image: url('/2024/assets/img/pattern-1.png') !important; 
+  /*background-image: url('/2024/assets/img/pattern-1.png') !important; */
   /* background-color: rgba(55, 57, 58, 0.85); */
-  /* background-color: #ffffff; */
+  background-color: #766153; 
   background-position: top right;
   background-repeat: repeat-y repeat-x;
   background-size: contain;