summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorPrefetch2021-02-27 18:35:36 +0100
committerPrefetch2021-02-27 18:35:36 +0100
commit8a72b73ec7ed7e95842cc783195004d08c541091 (patch)
treea8ba21f894a77153dad2a9f026a05245f05af4a6 /layouts
parent37d9922b454e738c072d03ad294a07e057fffa50 (diff)
Expand knowledge base with material from BSc thesis
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>