From 341d7256a710eb112ef3ef79ba59c7a3488545f0 Mon Sep 17 00:00:00 2001 From: danix Date: Tue, 28 Feb 2023 12:25:09 +0100 Subject: [PATCH] I'm trying to find a good balance with the colors. --- gitweb-danixland/gitweb.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 596aead..dd44335 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -722,10 +722,9 @@ div.chunk_block div.new { ---------------------------------------------------------------------------- */ td.category { - background: var(--bg); /* old browsers */ - background: -moz-linear-gradient(top, var(--bg) 0%, var(--fg) 100%); /* firefox */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,var(--bg)), color-stop(100%,var(--fg))); /* webkit */ - background: -o-linear-gradient(top, var(--bg) 0%, var(--fg) 100%); + background: var(--accent); /* old browsers */ + color: var(--dark-grey); + padding-left: 2em; font-weight: bold; border-bottom: 1px solid var(--border); border-top: 1px solid var(--border); -- 2.20.1