mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
Compare commits
2 commits
bb99614d5b
...
cfaf9567c2
Author | SHA1 | Date | |
---|---|---|---|
cfaf9567c2 | |||
4a5457d0c0 |
1 changed files with 6 additions and 18 deletions
|
@ -6,26 +6,14 @@
|
||||||
* This may eventuallly be replaced with a function in the admin panel.
|
* 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 **/
|
/** jormungandr css **/
|
||||||
|
|
||||||
|
|
||||||
|
/* allow pixelated pfps to exist */
|
||||||
|
.inner {
|
||||||
|
image-rendering: pixelated;
|
||||||
|
}
|
||||||
|
|
||||||
/* hide default emoji list on main page */
|
/* hide default emoji list on main page */
|
||||||
/* (you cant even set this woithout changing code, why is it there?) */
|
/* (you cant even set this woithout changing code, why is it there?) */
|
||||||
div.emojis:nth-child(6) {
|
div.emojis:nth-child(6) {
|
||||||
|
|
Loading…
Reference in a new issue