Update BlurpleRecolor.css
This commit is contained in:
parent
24397f2cb2
commit
aaf7f7a043
|
@ -6,21 +6,21 @@
|
||||||
--accentcolor2: 255,115,250;
|
--accentcolor2: 255,115,250;
|
||||||
--linkcolor: 0,176,244;
|
--linkcolor: 0,176,244;
|
||||||
|
|
||||||
--accentcolor-hover: rgb(var(--accentcolor)) linear-gradient(0deg, rgba(255,255,255,.15), rgba(255,255,255,.15));
|
|
||||||
--accentcolor-active: rgb(var(--accentcolor)) linear-gradient(0deg, rgba(255,255,255,.3), rgba(255,255,255,.3));
|
|
||||||
--accentcolor2-hover: rgb(var(--accentcolor2)) linear-gradient(0deg, rgba(255,255,255,.15), rgba(255,255,255,.15));
|
|
||||||
--accentcolor2-active: rgb(var(--accentcolor2)) linear-gradient(0deg, rgba(255,255,255,.3), rgba(255,255,255,.3));
|
|
||||||
|
|
||||||
--bdfdb-blurple: rgb(var(--accentcolor)) !important;
|
|
||||||
--bd-blue: rgb(var(--accentcolor)) !important;
|
|
||||||
--bd-blue-hover: var(--accentcolor-hover) !important;
|
|
||||||
--bd-blue-active: var(--accentcolor-active) !important;
|
|
||||||
--blurple: rgb(var(--accentcolor)) !important;
|
|
||||||
|
|
||||||
|
|
||||||
--accentcolor_v: var(--accentcolor_s, --accentcolor);
|
--accentcolor_v: var(--accentcolor_s, --accentcolor);
|
||||||
--accentcolor2_v: var(--accentcolor2_s, --accentcolor2);
|
--accentcolor2_v: var(--accentcolor2_s, --accentcolor2);
|
||||||
--linkcolor_v: var(--linkcolor_s, --linkcolor);
|
--linkcolor_v: var(--linkcolor_s, --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));
|
||||||
|
|
||||||
|
--bdfdb-blurple: rgb(var(--accentcolor_v)) !important;
|
||||||
|
--bd-blue: rgb(var(--accentcolor_v)) !important;
|
||||||
|
--bd-blue-hover: var(--accentcolor-hover) !important;
|
||||||
|
--bd-blue-active: var(--accentcolor-active) !important;
|
||||||
|
--blurple: rgb(var(--accentcolor_v)) !important;
|
||||||
}
|
}
|
||||||
.theme-light {
|
.theme-light {
|
||||||
--logo-primary: rgb(var(--accentcolor_v));
|
--logo-primary: rgb(var(--accentcolor_v));
|
||||||
|
|
Loading…
Reference in New Issue