background change
authorGreg Farough <gregf@gnu.org>
Thu, 3 Aug 2023 19:29:33 +0000 (15:29 -0400)
committerGreg Farough <gregf@gnu.org>
Thu, 3 Aug 2023 19:29:33 +0000 (15:29 -0400)
2024/assets/css/custom.css

index 0e7319c9d1cd5c9ba91e88cf57b1143bdf7ba118..12c3a2a3ce28346ba3286f1b4c992dffda8ea4e2 100644 (file)
@@ -5,6 +5,7 @@ body {
   font-size: 16px;
   line-height: 1.428571429;
   /* color: #dbd6ce; */
+  
   color: #000000;
   scrollbar-color: #4b4f53 #1c1e1f;
 }
@@ -988,11 +989,10 @@ body {
   height: 100%;
   margin: 0 auto -60px;
   padding: 0 0 60px;
-
   /* Space background */
-  background-image: url('2024/assets/bg.jpg')
+  background-image: url('/2024/assets/img/pattern-1.png') !important
   /* background-color: rgba(55, 57, 58, 0.85); */
-  background-color: #ffffff;
+  /* background-color: #ffffff; */
   background-position: top right;
   background-repeat: repeat-y repeat-x;
   background-size: contain;