aboutsummaryrefslogtreecommitdiff
path: root/data/templates/styles.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/styles.html')
-rw-r--r--data/templates/styles.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/templates/styles.html b/data/templates/styles.html
index ad8b9aa88..250c7ef9c 100644
--- a/data/templates/styles.html
+++ b/data/templates/styles.html
@@ -177,6 +177,7 @@ div.csl-indent {
margin-left: 2em;
}
$endif$
+$if(document-css)$
@media screen and (prefers-color-scheme: dark) {
html {
color: #d3d3d3;
@@ -202,4 +203,5 @@ $endif$
$highlighting-css-dark$
$endif$
}
+$endif$