discord stop changing status colors challenge (impossible)
This commit is contained in:
parent
b8bc02f161
commit
09260182d0
1 changed files with 3 additions and 3 deletions
|
@ -136,15 +136,15 @@ div[class^="listItem_"] [class^="wrapper_"] > svg > foreignObject,
|
||||||
}
|
}
|
||||||
|
|
||||||
&:has(rect[fill="#23a55a"]),
|
&:has(rect[fill="#23a55a"]),
|
||||||
&:has(rect[fill="#40a258"]) {
|
&:has(rect[fill="#43a25a"]) {
|
||||||
--status-color: #{colors.$c2};
|
--status-color: #{colors.$c2};
|
||||||
}
|
}
|
||||||
&:has(rect[fill="#f0b232"]),
|
&:has(rect[fill="#f0b232"]),
|
||||||
&:has(rect[fill="#cc954c"]) {
|
&:has(rect[fill="#ca9654"]) {
|
||||||
--status-color: #{colors.$c3};
|
--status-color: #{colors.$c3};
|
||||||
}
|
}
|
||||||
&:has(rect[fill="#f23f43"]),
|
&:has(rect[fill="#f23f43"]),
|
||||||
&:has(rect[fill="#d83a41"]) {
|
&:has(rect[fill="#d83a42"]) {
|
||||||
--status-color: #{colors.$c5};
|
--status-color: #{colors.$c5};
|
||||||
}
|
}
|
||||||
&:has(rect[fill="#593695"]),
|
&:has(rect[fill="#593695"]),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue