still expanding on the variables
authordanix <danix@danix.xyz>
Sun, 26 Feb 2023 05:41:19 +0000 (06:41 +0100)
committerdanix <danix@danix.xyz>
Sun, 26 Feb 2023 05:41:19 +0000 (06:41 +0100)
gitweb-danixland/gitweb.css

index c8b4945..279553f 100644 (file)
@@ -147,7 +147,7 @@ td, th {
 }
 
 .page_header a:link, .page_header a:visited {
-  color: #4183C4;
+  color: var(--link);
   text-decoration: none;
   padding: 3px;
   font-weight: bold;
@@ -180,13 +180,13 @@ td, th {
   height: 80px;
   line-height: 80px;
   margin-top: 15px;
-  background: #f1f1f1;
-  border-top: 2px solid #ddd;
-  border-bottom: 1px solid #ddd;
+  background: var(--bg);
+  border-top: 2px solid var(--border);
+  border-bottom: 1px solid var(--border);
 }
 
 .page_footer_text {
-  color: #666;
+  color: var(--fg);
   display: inline;
   float: left;
   margin-left: 25px;
@@ -233,8 +233,8 @@ a.rss_logo:hover {
 .index_include {
   width: 95%;
   margin: 0 auto 15px;
-  background: -moz-linear-gradient(center top , #FFFFFF 0%, #F5F5F5 100%) repeat scroll 0 0 transparent;
-  border: 1px solid #DFDFDF;
+  background: -moz-linear-gradient(center top , var(--bg) 0%, var(--bg-alt) 100%) repeat scroll 0 0 transparent;
+  border: 1px solid var(--border);
   padding: 8px;
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;