From: danix Date: Tue, 28 Feb 2023 11:29:41 +0000 (+0100) Subject: playing with colors in the table X-Git-Url: https://git.danix.xyz/?p=gitweb-theme-danix.git;a=commitdiff_plain;h=8eded2c6e3c3f9c214738a669c4a38bf802405d2 playing with colors in the table --- diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index c083b95..fca3986 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -327,7 +327,8 @@ div.page_header a img.logo { .shortlog th, .tree th, .commit_search th { - color: var(--bluish-grey); + background-color: var(--bluish-grey); + color: var(--fg); font-weight: normal; } @@ -724,13 +725,13 @@ div.chunk_block div.new { td.category { background: var(--accent); /* old browsers */ color: var(--dark-grey); - padding-left: 2em; + padding-left: 3em; font-weight: bold; border-bottom: 1px solid var(--border); border-top: 1px solid var(--border); } td.category:before { - content: "Cat.:"; + content: "Cat.: "; } /* Age ---------------------------------------------------------------------------- */