diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/syntax-light.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/syntax-light.css b/assets/css/syntax-light.css index 3e3c47c..1ed6888 100644 --- a/assets/css/syntax-light.css +++ b/assets/css/syntax-light.css @@ -1,6 +1,6 @@ @media (prefers-color-scheme: light) { - /* Background */ .bg { background-color: #ffffff; } - /* PreWrapper */ .chroma { background-color: #ffffff; } + /* Background */ .bg { color: black; background-color: #ffffff; } + /* PreWrapper */ .chroma { color: black; background-color: #ffffff; } /* Other */ .chroma .x { } /* Error */ .chroma .err { color: #000000 } /* CodeLine */ .chroma .cl { } |