diff options
author | mms <git@sapka.me> | 2025-01-09 12:17:23 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2025-01-09 12:17:23 +0100 |
commit | edb8b8b15c2c7963daa453b0fa1753aad37ee1f4 (patch) | |
tree | 21eda352e47b522030f9b5df428220b6d759abe2 /themes | |
parent | 3d13bedaaffdae466621788d808a6b71b9ed9f59 (diff) |
stuff
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; |