From 2570061c8a9fe49cae0e10c8d351692272373fba Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Thu, 13 Feb 2025 22:37:26 +0100 Subject: Fix syntax highlighting theme --- assets/css/syntax.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'assets/css') 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 */ -- cgit v1.2.3