26 lines
823 B
CSS
26 lines
823 B
CSS
/*
|
|
Sitelen Pona character support
|
|
requires installing nasin-nanpa (UCSUR) from
|
|
https://github.com/ETBCOR/nasin-nanpa/releases
|
|
*/
|
|
:root {
|
|
--font-primary: 'gg sans', 'Noto Sans', Arial, sans-serif, "nasin-nanpa";
|
|
--font-display: 'gg sans', 'Noto Sans', Arial, sans-serif, "nasin-nanpa";
|
|
--font-headline: 'ABC Ginto Nord', 'Noto Sans', Arial, sans-serif, "nasin-nanpa";
|
|
--font-code: Consolas, monospace, "nasin-nanpa";
|
|
}
|
|
|
|
/* server discovery button */
|
|
.footer_f8ec41,
|
|
/* shop button in DM page */
|
|
li.channel_c91bad.container_d91ad9:has(>div>a[href="/shop"]),
|
|
/* nitro button in DM page */
|
|
div:has(>li>div>a[href="/store"]),
|
|
/* apps launcher next to chat box */
|
|
.channelAppLauncher_df39bd,
|
|
/* chat box buttons */
|
|
button[aria-label="Send a gift"],
|
|
button[aria-label="Open sticker picker"]
|
|
{
|
|
display: none;
|
|
}
|