dotfiles/vencord.css

22 lines
893 B
CSS
Raw 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-10-02 14:33:48 +02:00
.footer_aa1bff, /* 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-10-08 13:59:45 +02:00
.container_efde15, /* nitro gift button in chat box */
2024-07-19 23:35:37 +02:00
.buttons_d0696b > div:nth-child(3) /* sticker button in chat box */
{
display: none;
}