dotfiles/vencord.css

22 lines
953 B
CSS
Raw Permalink Normal View History

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 */
2024-08-09 22:22:31 +02:00
.privateChannels_f0963d .channel_c91bad.container_d91ad9:nth-child(4), /* shop button in DM page */
.privateChannels_f0963d .channel_c91bad.container_d91ad9:nth-child(3), /* nitro button in DM page */
2024-08-03 20:29:19 +02:00
.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;
}