diff options
author | Leonard Kugis <leonard@kug.is> | 2025-09-17 18:42:55 +0200 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2025-09-17 18:42:55 +0200 |
commit | 902fbb872a504a7fc9bbd41c625f98da14cb4af7 (patch) | |
tree | 768cf32feed6f8fc10680915c3d4d7c060cbeec7 /theme.css | |
parent | 2d10219c82c4ad62c64f8ae9b3f0710ab4b8c03f (diff) | |
download | cgithub-902fbb872a504a7fc9bbd41c625f98da14cb4af7.tar.gz |
theme.css: section headline color and format
Headline color is now white.
Headlines are now bold.
Diffstat (limited to 'theme.css')
-rw-r--r-- | theme.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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, |