stuff
This commit is contained in:
parent
d25feb904b
commit
8406d643a5
|
@ -10,9 +10,9 @@
|
|||
--memberlisttransparency: 0.0;
|
||||
--accentcolor: 190, 78, 180;
|
||||
|
||||
--font: "gg sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
--textshadow: transparent;
|
||||
--settingsicons: 1;
|
||||
--font: "gg sans", "Noto Sans";
|
||||
--textshadow: transparent;
|
||||
|
||||
--textbrightest: 255, 255, 255;
|
||||
--textbrighter: 222, 222, 222;
|
||||
|
@ -709,7 +709,7 @@ body::after {
|
|||
color: var(--header-primary);
|
||||
text-shadow: 1px 1px var(--textshadow_v);
|
||||
}
|
||||
.selected_d94cf9 svg {
|
||||
.selected_d94cf9 svg:not(.svg_f5b652) {
|
||||
filter: drop-shadow(1px 1px var(--textshadow_v));
|
||||
}
|
||||
|
||||
|
|
|
@ -12,10 +12,10 @@
|
|||
--linkcolor_v: var(--linkcolor_s, var(--linkcolor));
|
||||
|
||||
|
||||
--accentcolor-hover: rgb(var(--accentcolor_v)) linear-gradient(0deg, rgba(255,255,255,.15), rgba(255,255,255,.15));
|
||||
--accentcolor-active: rgb(var(--accentcolor_v)) linear-gradient(0deg, rgba(255,255,255,.3), rgba(255,255,255,.3));
|
||||
--accentcolor2-hover: rgb(var(--accentcolor2_v)) linear-gradient(0deg, rgba(255,255,255,.15), rgba(255,255,255,.15));
|
||||
--accentcolor2-active: rgb(var(--accentcolor2_v)) linear-gradient(0deg, rgba(255,255,255,.3), rgba(255,255,255,.3));
|
||||
--accentcolor-hover: rgb(var(--accentcolor_v)) linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));
|
||||
--accentcolor-active: rgb(var(--accentcolor_v)) linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
||||
--accentcolor2-hover: rgb(var(--accentcolor2_v)) linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));
|
||||
--accentcolor2-active: rgb(var(--accentcolor2_v)) linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
|
||||
|
||||
--bdfdb-blurple: rgb(var(--accentcolor_v)) !important;
|
||||
--bd-blue: rgb(var(--accentcolor_v)) !important;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BlurpleRecolor/BlurpleRecolor.css);
|
||||
|
||||
:root {
|
||||
--font: "gg sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
--font: "gg sans", "Noto Sans";
|
||||
|
||||
--mentioncolor: 250, 166, 26;
|
||||
--successcolor: 59, 165, 92;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
--guildgap: 3;
|
||||
--aligndms: 1;
|
||||
|
||||
|
||||
--columns_v: var(--columns_s, var(--columns));
|
||||
--guildsize_v: var(--guildsize_s, var(--guildsize));
|
||||
--guildgap_v: var(--guildgap_s, var(--guildgap));
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue