dotfiles/vencord.css

22 lines
754 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";
}
/* nitro button, EVENTS, first text channel in some servers :( */
/* .content__690c5 > li:nth-child(3), */
/* shop button */
/* .content__690c5 > li:nth-child(4), */
.buttons_d0696b > button, /* nitro gift button in chat box */
.buttons_d0696b > div:nth-child(3) /* sticker button in chat box */
{
display: none;
}