mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
allow pixelated pfps to exist
This commit is contained in:
parent
bb99614d5b
commit
4a5457d0c0
1 changed files with 6 additions and 14 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue