Update DiscordRecolor.css

This commit is contained in:
Mirco Wittrien 2025-03-02 21:35:38 +01:00
parent 2e175af263
commit e5464b3151
1 changed files with 9 additions and 0 deletions

View File

@ -701,6 +701,15 @@ html .iconBadge__0c126 {
#app-mount .item__001a7[aria-checked=false]:hover .radioBar__001a7[style*="--radio-bar-accent-color"] {
background: var(--radio-bar-accent-color) linear-gradient(to right, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2));
}
#app-mount .radioBar__001a7[style*="--radio-bar-accent-color"] .refreshIconStroke__001a7 {
stroke: #fff;
}
#app-mount .radioBar__001a7[style*="--radio-bar-accent-color"] .radioIndicatorChecked__001a7 .refreshIcon__001a7 {
fill: var(--radio-bar-accent-color);
}
#app-mount .radioBar__001a7[style*="--radio-bar-accent-color"] .radioIndicatorChecked__001a7 .refreshIconFill__001a7 {
fill: #fff;
}
.lookFilled__3f413.select__3f413 {
background-color: var(--deprecated-text-input-bg);