aboutsummaryrefslogtreecommitdiffstats
path: root/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme.css')
-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,