many changes

This commit is contained in:
Kat Inskip 2025-06-17 16:41:48 -07:00
parent 3150cf3c12
commit 0262081094
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
43 changed files with 4022 additions and 204 deletions

15
discord.css Normal file
View file

@ -0,0 +1,15 @@
@import url("https://aushevahmad.github.io/awesome-css/modules/custom-bar-prompt.css");
@import url("https://raw.githubusercontent.com/tom22k/discord-css/main/Themes/HideNitroUpsellV2.css");
@import url("https://minidiscordthemes.github.io/Snippets/AltTextImprovements/main.css");
:root {
/* do you want to see your quests/billing/nitro settings? */
/* yes, I want to see it -> --billing: block !important; */
/* no, hide it -> --billing: none; */
--billing: none;
/* do you want to see server boosting/server shop upsell? */
/* yes, I want to see it -> --boosting: block !important; */
/* no, hide it -> --boosting: none; */
--boosting: none;
--prompt-text: "be silly :3";
}