aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/cgit.css6
1 files changed, 5 insertions, 1 deletions
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) {
234 background: var(--color-surface-container-lowest); 234 background: var(--color-surface-container-lowest);
235} 235}
236 236
237div#cgit table.list tr:not(.nohover):hover { 237div#cgit table.list tr:not(.nohover):not(.nohover-highlight):hover {
238 background: var(--color-surface-container-high); 238 background: var(--color-surface-container-high);
239} 239}
240 240
@@ -263,6 +263,10 @@ div#cgit table.list td.commitgraph {
263 color: var(--color-on-surface); 263 color: var(--color-on-surface);
264} 264}
265 265
266div#cgit table.list td.reposection {
267 text-align: center;
268}
269
266/* 7. Diffs and Code */ 270/* 7. Diffs and Code */
267div#cgit table.blob, 271div#cgit table.blob,
268div#cgit table.bin-blob, 272div#cgit table.bin-blob,