aboutsummaryrefslogtreecommitdiff
path: root/www/cgit.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/cgit.css')
-rw-r--r--www/cgit.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/cgit.css b/www/cgit.css
index 4819cc0..249017c 100644
--- a/www/cgit.css
+++ b/www/cgit.css
@@ -303,6 +303,12 @@ div#cgit table.ssdiff td.del {
303 color: var(--diff-del-fg); 303 color: var(--diff-del-fg);
304} 304}
305 305
306div#cgit table.diff td div.changed,
307div#cgit table.ssdiff td.changed {
308 background-color: var(--diff-changed-bg);
309 color: var(--diff-changed-fg);
310}
311
306div#cgit table.diff td div.hunk, 312div#cgit table.diff td div.hunk,
307div#cgit table.ssdiff td.hunk { 313div#cgit table.ssdiff td.hunk {
308 background-color: var(--color-surface-variant); 314 background-color: var(--color-surface-variant);