#Ping iconbadge color
1 messages ยท Page 1 of 1 (latest)
why not use a var for the color so it works with themes correctly? should be var(--background-accent) I believe
asfehuiafncdsufhsfa i was too lazy to find the variable
If you want to do this for every bright red colored element (like the "NEW" notification pop up)
:root {
--status-danger: var(--background-accent);
}
.numberBadge__40d6f {
background-color: var(--background-accent)!important;
}
Class update ๐