summaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/syntax.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/css/syntax.css b/assets/css/syntax.css
index 2bd5b78..322824e 100644
--- a/assets/css/syntax.css
+++ b/assets/css/syntax.css
@@ -12,6 +12,7 @@
}
/* Chroma style: xcode */
+@media (prefers-color-scheme: light) {
/* Background */ .bg { background-color:#fff; }
/* PreWrapper */ .chroma { background-color:#fff; }
/* Other */ .chroma .x { }
@@ -98,6 +99,7 @@
/* GenericTraceback */ .chroma .gt { }
/* GenericUnderline */ .chroma .gl { }
/* TextWhitespace */ .chroma .w { }
+}
/* Chroma style: modus-vivendi */