From 4b941eedb4b2502d1a9e37b360762a83a39981fa Mon Sep 17 00:00:00 2001 From: danix Date: Tue, 28 Feb 2023 16:39:12 +0100 Subject: [PATCH] fixing inconsistencies in coloring. --- gitweb-danixland/gitweb.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 9e139b3..2cfa690 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -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; -- 2.20.1