diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/24-unification/layouts/_default/baseof.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/24-unification/layouts/_default/baseof.html b/themes/24-unification/layouts/_default/baseof.html index 10524929..5cd48e49 100644 --- a/themes/24-unification/layouts/_default/baseof.html +++ b/themes/24-unification/layouts/_default/baseof.html @@ -44,6 +44,8 @@ <link rel="me" href="https://mastodon.bsd.cafe/@mms" title="@mms on bsd.cafe"> <style> + + @media (min-resolution: 192dpi) { * { image-rendering: pixelated; }} :root { --bg-color: #738276; --panel-color: #DBD7D2; |