From 16fe71594275752582fb48ba9e0d11649294e686 Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Thu, 8 Jan 2026 06:13:24 +0900 Subject: Update css - Add styles for section --- www/cgit.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www/cgit.css b/www/cgit.css index 8e1a65b..668605d 100644 --- a/www/cgit.css +++ b/www/cgit.css @@ -234,7 +234,7 @@ div#cgit table.list tr:not(.nohover):nth-child(even) { background: var(--color-surface-container-lowest); } -div#cgit table.list tr:not(.nohover):hover { +div#cgit table.list tr:not(.nohover):not(.nohover-highlight):hover { background: var(--color-surface-container-high); } @@ -263,6 +263,10 @@ div#cgit table.list td.commitgraph { color: var(--color-on-surface); } +div#cgit table.list td.reposection { + text-align: center; +} + /* 7. Diffs and Code */ div#cgit table.blob, div#cgit table.bin-blob, -- cgit v1.2.3