From b2389564b3c7fb493c6a01a923247281cbe1f6fd Mon Sep 17 00:00:00 2001 From: danix Date: Tue, 28 Feb 2023 12:32:51 +0100 Subject: [PATCH] still coloring --- gitweb-danixland/gitweb.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index fca3986..fa5000b 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -57,6 +57,7 @@ a { outline: none; } --accent: #FD7014; --bluish-grey: #3f4c77; --dark-grey: #393E46; + --light-grey: #ababcf; /* Icons */ --file-icon: url("file-dark.svg"); --dir-icon: url("folder-dark.svg"); @@ -328,7 +329,7 @@ div.page_header a img.logo { .tree th, .commit_search th { background-color: var(--bluish-grey); - color: var(--fg); + color: var(--light-grey); font-weight: normal; } -- 2.20.1