]> danix's work - gitweb-theme-danix.git/commitdiff
headers in theme
authordanix <redacted>
Tue, 28 Feb 2023 13:17:45 +0000 (14:17 +0100)
committerdanix <redacted>
Tue, 28 Feb 2023 13:17:45 +0000 (14:17 +0100)
gitweb-danixland/gitweb.css

index d0e2b543bcddb2b16e1532796b7a09cf4ad972f3..cb6dfab7ebdef6a6824e3f42bf52c4bfb152e71e 100644 (file)
@@ -504,8 +504,8 @@ th .header {
 .header {
   width: 94%;
   margin: 0 auto 15px auto;
-  background: #eaf2f5;
-  border: 1px solid #bedce7;
+  background: var(--light-grey);
+  border: 1px solid rgba(var(--border));
   padding: 5px;
 }