aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2025-09-17 18:42:55 +0200
committerLeonard Kugis <leonard@kug.is>2025-09-17 18:42:55 +0200
commit902fbb872a504a7fc9bbd41c625f98da14cb4af7 (patch)
tree768cf32feed6f8fc10680915c3d4d7c060cbeec7
parent2d10219c82c4ad62c64f8ae9b3f0710ab4b8c03f (diff)
downloadcgithub-902fbb872a504a7fc9bbd41c625f98da14cb4af7.tar.gz
theme.css: section headline color and format
Headline color is now white. Headlines are now bold.
-rw-r--r--theme.css6
1 files changed, 6 insertions, 0 deletions
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,