From 4a5457d0c090e4df81b1fb9a80f338cd638c81ab Mon Sep 17 00:00:00 2001 From: limepotato Date: Tue, 10 Sep 2024 15:20:14 -0600 Subject: [PATCH] allow pixelated pfps to exist --- custom/assets/instance.css | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/custom/assets/instance.css b/custom/assets/instance.css index d9e9a02b6..74b83100e 100644 --- a/custom/assets/instance.css +++ b/custom/assets/instance.css @@ -10,22 +10,14 @@ * Change this for border-radius values */ -/** Other CSS **/ -/* 인스턴스별 닉네임 색상 https://github.com/ltlapy/msky-ext/tree/main/css */ -/* DISABLE -.main a.name[href$="shark.ouroboros.gay"] { color: #1afddc; } -.main a.name[href$="ouroboros.gay"] { color: #1afddc; } -.main a.name[href$="limbo.nullafati.xyz"] { color: #343434; } -.main a.name[href$="void.rehab"] { color: #333333; } -.main a.name[href$="f.619.hu"] { color: #4b5f45; } -.main a.name[href$="void.lgbt"] { color: #593196; } -.main a.name[href$="labyrinth.zone"] { color: #593196; } -.main a.name[href$="tapenoise.cafe"] { color: #191b22; } -.main a.name[href$="wetdry.world"] { color: #191b22; } -:is(article, .reply-to > .main) a.avatar:not([title*="@"]) + :is(span, div) a.name { color: #c0ffee; } */ - /** jormungandr css **/ + +/* allow pixelated pfps to exist */ +.inner { + image-rendering: pixelated; +} + /* hide default emoji list on main page */ /* (you cant even set this woithout changing code, why is it there?) */ div.emojis:nth-child(6) {