summaryrefslogtreecommitdiffstats
path: root/dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'dark.css')
-rw-r--r--dark.css16
1 files changed, 15 insertions, 1 deletions
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 {