From 5d199aabe9f806dc5a136357a52431ab55ebe82c Mon Sep 17 00:00:00 2001 From: Krytarik Raido Date: Wed, 12 May 2021 21:23:04 +0200 Subject: Add side-by-side diff theming to dark variant. --- dark.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/dark.css b/dark.css index 24cebf2..836c972 100644 --- a/dark.css +++ b/dark.css @@ -71,7 +71,8 @@ div#cgit span.age-days { /*** Diffs ***/ -div#cgit table.diff td div.head { +div#cgit table.diff td div.head, +div#cgit table.ssdiff td.head div.head { color: rgb(230, 230, 230); } @@ -84,6 +85,19 @@ div#cgit table.diffstat { border-color: rgb(37, 37, 37); } +div#cgit table.ssdiff td.head, +div#cgit table.ssdiff td { + border-color: rgb(37, 37, 37); +} + +div#cgit table.ssdiff td.foot { + border-color: rgb(52, 52, 52); +} + +div#cgit table.ssdiff td.lineno { + background-color: rgb(52, 52, 52); +} + /*** Stats ***/ div#cgit table.stats th { -- cgit v1.2.3