From 902fbb872a504a7fc9bbd41c625f98da14cb4af7 Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Wed, 17 Sep 2025 18:42:55 +0200 Subject: theme.css: section headline color and format Headline color is now white. Headlines are now bold. --- theme.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme.css b/theme.css index 4c0ff23..2a80578 100644 --- a/theme.css +++ b/theme.css @@ -474,6 +474,12 @@ div#cgit table.list td a { color: var(--text-color); } +div#cgit table.list td.reposection { + color: var(--text-color); + font-style: normal; + font-weight: bold; +} + div#cgit a, div#cgit table.diffstat td.upd a, div#cgit table.list td a.ls-dir, -- cgit v1.2.3