summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/know/single.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/know/single.html b/layouts/know/single.html
index fe1197b..122b20e 100644
--- a/layouts/know/single.html
+++ b/layouts/know/single.html
@@ -5,8 +5,9 @@
{{ partial "mathjax.html" . }}
<title>{{ .Title }} | {{ .Site.Title }}</title>
<style>
+img {max-width:100%; height:auto;}
@media (prefers-color-scheme: dark) {
-img {filter:invert(100%);max-width:100%;height:auto;}
+img {filter:invert(100%);}
}
</style>
</head>