Update BlurpleRecolor.css
This commit is contained in:
parent
a49e46f493
commit
60ba2b697d
|
@ -487,6 +487,13 @@
|
||||||
fill: var(--text-normal);
|
fill: var(--text-normal);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.comboNameplate-2LHfRI[style^="color: hsl(227, "],
|
||||||
|
.comboNameplate-2LHfRI[style^="color: hsl(235, "],
|
||||||
|
.comboNameplate-2LHfRI[style*=" color: hsl(227, "],
|
||||||
|
.comboNameplate-2LHfRI[style*=" color: hsl(235, "] {
|
||||||
|
color: rgb(var(--accentcolor)) !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* ---- 3.3. AUTOCOMPLETEMENU ---- */
|
/* ---- 3.3. AUTOCOMPLETEMENU ---- */
|
||||||
|
|
||||||
#app-mount .active-WHsd77 { /* autocomplete option active */
|
#app-mount .active-WHsd77 { /* autocomplete option active */
|
||||||
|
@ -2090,6 +2097,9 @@ a.metadataName-1KMZtB {
|
||||||
.theme-dark .path2-F-M5gP {
|
.theme-dark .path2-F-M5gP {
|
||||||
stroke: rgb(var(--accentcolor));
|
stroke: rgb(var(--accentcolor));
|
||||||
}
|
}
|
||||||
|
.trophyIconContainer-1Mgw0Z [fill="#3498DB"] {
|
||||||
|
fill: rgb(var(--accentcolor));
|
||||||
|
}
|
||||||
|
|
||||||
/* ---- 12.1. TEXT ---- */
|
/* ---- 12.1. TEXT ---- */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue