Update
This commit is contained in:
parent
93fb28b0dd
commit
06833c818a
@ -13,6 +13,10 @@
|
|||||||
@import url("https://clearvision.github.io/ClearVision-v7/main.css");
|
@import url("https://clearvision.github.io/ClearVision-v7/main.css");
|
||||||
@import url("https://clearvision.github.io/ClearVision-v7/vencord.css");
|
@import url("https://clearvision.github.io/ClearVision-v7/vencord.css");
|
||||||
@import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Apple.css");
|
@import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Apple.css");
|
||||||
|
/* HIDE CLEARVISION LOGO */
|
||||||
|
.leading_c38106 {
|
||||||
|
margin: 0 -100000px;
|
||||||
|
}
|
||||||
/* SETTINGS */
|
/* SETTINGS */
|
||||||
:root {
|
:root {
|
||||||
/* ACCENT COLORS */
|
/* ACCENT COLORS */
|
||||||
@ -40,7 +44,7 @@
|
|||||||
--user-modal-attachment: var(--background-attachment);
|
--user-modal-attachment: var(--background-attachment);
|
||||||
--user-modal-filter: var(--background-filter);
|
--user-modal-filter: var(--background-filter);
|
||||||
/* HOME ICON */
|
/* HOME ICON */
|
||||||
--home-icon: url(https://i.imgur.com/233d55Y.gif);
|
--home-icon: url(https://clearvision.github.io/icons/discord.svg);
|
||||||
/* FONTS */
|
/* FONTS */
|
||||||
--main-font: "JetBrainsMono Nerd Font";
|
--main-font: "JetBrainsMono Nerd Font";
|
||||||
--code-font: "JetBrainsMono Nerd Font";
|
--code-font: "JetBrainsMono Nerd Font";
|
||||||
@ -84,7 +88,7 @@
|
|||||||
:is(.theme-midnight, .theme-light .theme-midnight) {
|
:is(.theme-midnight, .theme-light .theme-midnight) {
|
||||||
--background-shading: rgba(0, 0, 0, 0.2);
|
--background-shading: rgba(0, 0, 0, 0.2);
|
||||||
--card-shading: rgba(0, 0, 0, 0);
|
--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);
|
--modal-shading: rgba(0, 0, 0, 0);
|
||||||
--input-shading: rgba(255, 255, 255, 0);
|
--input-shading: rgba(255, 255, 255, 0);
|
||||||
--normal-text: #dcdcde;
|
--normal-text: #dcdcde;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user