diff options
-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, |