Compare commits

...

2 commits

Author SHA1 Message Date
cfaf9567c2 e
Some checks are pending
/ test-build (push) Waiting to run
2024-09-10 15:20:44 -06:00
4a5457d0c0 allow pixelated pfps to exist 2024-09-10 15:20:14 -06:00

View file

@ -6,26 +6,14 @@
* This may eventuallly be replaced with a function in the admin panel.
*/
/*
* 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) {