Update BlurpleRecolor.css

This commit is contained in:
Mirco Wittrien 2023-11-08 12:18:38 +01:00
parent e2e395a77b
commit 19d8bc364d
1 changed files with 6 additions and 0 deletions

View File

@ -734,9 +734,15 @@
.tier0__2e127 {
background: rgb(100, 100, 100) linear-gradient(195deg, rgba(var(--accentcolor), 0.9), rgba(var(--accentcolor), 0.5));
}
.tier0__2e127.withTier0Rim_fb8112:before {
background: rgb(100, 100, 100) linear-gradient(195deg, rgba(var(--accentcolor), 0.9), rgba(var(--accentcolor), 0.5));
}
.tier2__1364f {
background: rgb(255, 255, 255) linear-gradient(195deg, rgb(var(--accentcolor2)), rgba(var(--accentcolor2), 0.5));
}
.tier2__1364f.withTier2Rim_c22b42:before {
background: rgb(255, 255, 255) linear-gradient(195deg, rgb(var(--accentcolor2)), rgba(var(--accentcolor2), 0.5));
}
#app-mount .tier2__1364f .lookInverted_ee4261.colorBrand_b2253e {
color: rgb(var(--accentcolor2));
}