From 09260182d063aafc4fba15cd3abb3baffadf7021 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Mon, 19 May 2025 20:04:05 -0600 Subject: [PATCH] discord stop changing status colors challenge (impossible) --- src/avatars.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/avatars.scss b/src/avatars.scss index cfade93..3e09ba2 100644 --- a/src/avatars.scss +++ b/src/avatars.scss @@ -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"]),