#Ping iconbadge color

1 messages ยท Page 1 of 1 (latest)

swift wraith
#

why not use a var for the color so it works with themes correctly? should be var(--background-accent) I believe

dreamy halo
#

asfehuiafncdsufhsfa i was too lazy to find the variable

bitter peak
#

If you want to do this for every bright red colored element (like the "NEW" notification pop up)

:root {
    --status-danger: var(--background-accent);
}
worldly swallow
#
.numberBadge__40d6f {
    background-color: var(--background-accent)!important;
}

Class update ๐Ÿ‘