mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
start on instance color
This commit is contained in:
parent
e5208faa16
commit
baa29fb8d6
1 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,13 @@
|
|||
* Change this for border-radius values
|
||||
*/
|
||||
|
||||
/** Other CSS **/
|
||||
/* 인스턴스별 닉네임 색상 https://github.com/ltlapy/msky-ext/tree/main/css */
|
||||
|
||||
.main a.name[href$="shark.ouroboros.gay"] { color: #1afddc; }
|
||||
:is(article, .reply-to > .main) a.avatar:not([title*="@"]) + :is(span, div) a.name { color: #c0ffee; }
|
||||
|
||||
|
||||
/** jormungandr css **/
|
||||
/* Make foreground of mobile pencil icon dark */
|
||||
|
||||
|
|
Loading…
Reference in a new issue