From: danix Date: Tue, 28 Feb 2023 11:32:51 +0000 (+0100) Subject: still coloring X-Git-Url: https://git.danix.xyz/?p=gitweb-theme-danix.git;a=commitdiff_plain;h=b2389564b3c7fb493c6a01a923247281cbe1f6fd still coloring --- 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; }