diff --git a/ClearVision.theme.css b/ClearVision.theme.css index 6e37b9b..a8323a1 100644 --- a/ClearVision.theme.css +++ b/ClearVision.theme.css @@ -13,6 +13,10 @@ @import url("https://clearvision.github.io/ClearVision-v7/main.css"); @import url("https://clearvision.github.io/ClearVision-v7/vencord.css"); @import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Apple.css"); +/* HIDE CLEARVISION LOGO */ +.leading_c38106 { + margin: 0 -100000px; +} /* SETTINGS */ :root { /* ACCENT COLORS */ @@ -40,7 +44,7 @@ --user-modal-attachment: var(--background-attachment); --user-modal-filter: var(--background-filter); /* HOME ICON */ - --home-icon: url(https://i.imgur.com/233d55Y.gif); + --home-icon: url(https://clearvision.github.io/icons/discord.svg); /* FONTS */ --main-font: "JetBrainsMono Nerd Font"; --code-font: "JetBrainsMono Nerd Font"; @@ -84,7 +88,7 @@ :is(.theme-midnight, .theme-light .theme-midnight) { --background-shading: rgba(0, 0, 0, 0.2); --card-shading: rgba(0, 0, 0, 0); - --popout-shading: rgba(0, 0, 0, 0); + --popout-shading: rgba(0, 0, 0, 1); --modal-shading: rgba(0, 0, 0, 0); --input-shading: rgba(255, 255, 255, 0); --normal-text: #dcdcde;