discord stop changing status colors challenge (impossible)

This commit is contained in:
Cynthia Foxwell 2025-05-19 20:04:05 -06:00
parent b8bc02f161
commit 09260182d0
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -136,15 +136,15 @@ div[class^="listItem_"] [class^="wrapper_"] > svg > foreignObject,
}
&:has(rect[fill="#23a55a"]),
&:has(rect[fill="#40a258"]) {
&:has(rect[fill="#43a25a"]) {
--status-color: #{colors.$c2};
}
&:has(rect[fill="#f0b232"]),
&:has(rect[fill="#cc954c"]) {
&:has(rect[fill="#ca9654"]) {
--status-color: #{colors.$c3};
}
&:has(rect[fill="#f23f43"]),
&:has(rect[fill="#d83a41"]) {
&:has(rect[fill="#d83a42"]) {
--status-color: #{colors.$c5};
}
&:has(rect[fill="#593695"]),