2024-07-19 23:35:37 +02:00
|
|
|
/*
|
|
|
|
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";
|
|
|
|
}
|
|
|
|
|
2024-08-03 20:29:19 +02:00
|
|
|
.scroller_fea3ef.none_c49869.scrollerBase_c49869 > .listItem_c96c45, /* server discovery button */
|
|
|
|
.privateChannels_f0963d .channel_c91bad.container_b15955:nth-child(1), /* shop button in DM page */
|
|
|
|
.privateChannels_f0963d .channel_c91bad.container_b15955:nth-child(3), /* nitro button in DM page */
|
|
|
|
.channelAppLauncher_df39bd, /* apps launcher next to chat box */
|
2024-07-19 23:35:37 +02:00
|
|
|
.buttons_d0696b > button, /* nitro gift button in chat box */
|
|
|
|
.buttons_d0696b > div:nth-child(3) /* sticker button in chat box */
|
|
|
|
{
|
|
|
|
display: none;
|
|
|
|
}
|