add vencord css
This commit is contained in:
parent
13142f1f85
commit
5a9d1f028b
2 changed files with 22 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
~/.config/sxhkd: sxhkd
|
~/.config/sxhkd: sxhkd
|
||||||
~/.config/templates: templates
|
~/.config/templates: templates
|
||||||
~/.config/user-dirs.dirs: user-dirs.dirs
|
~/.config/user-dirs.dirs: user-dirs.dirs
|
||||||
|
~/.config/vesktop/settings/quickCss.css: vencord.css
|
||||||
~/.config/VSCodium/User/settings.json: vscodium.json
|
~/.config/VSCodium/User/settings.json: vscodium.json
|
||||||
~/.config/warpd/config: warpd_config
|
~/.config/warpd/config: warpd_config
|
||||||
~/.local/share/ovr-utils/overlay_data.json: ovr-utils/overlay_data.json
|
~/.local/share/ovr-utils/overlay_data.json: ovr-utils/overlay_data.json
|
||||||
|
|
21
vencord.css
Normal file
21
vencord.css
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
/*
|
||||||
|
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;
|
||||||
|
}
|
Loading…
Reference in a new issue