fixing inconsistencies in coloring.
authordanix <danix@danix.xyz>
Tue, 28 Feb 2023 15:39:12 +0000 (16:39 +0100)
committerdanix <danix@danix.xyz>
Tue, 28 Feb 2023 15:39:12 +0000 (16:39 +0100)
gitweb-danixland/gitweb.css

index 9e139b3..2cfa690 100644 (file)
@@ -216,6 +216,7 @@ td, th {
 .page_footer,
 .site-footer {
   background-color: var(--bluish-grey);
+  color: var(--light-grey);
   width: 100%;
   margin: 0;
 }
@@ -226,7 +227,6 @@ td, th {
 }
 
 .page_footer_text {
-  color: var(--fg);
   text-align: right;
   padding-right: 2em;
   display: inline;