Fix red too faint in dark mode
This commit is contained in:
parent
ac760265da
commit
bc4e3b0f72
1 changed files with 4 additions and 0 deletions
|
@ -1966,6 +1966,10 @@ body > .szh-menu-container {
|
||||||
.szh-menu
|
.szh-menu
|
||||||
.szh-menu__item.danger:not(.szh-menu__item--disabled).szh-menu__item--hover {
|
.szh-menu__item.danger:not(.szh-menu__item--disabled).szh-menu__item--hover {
|
||||||
background-color: var(--red-text-color);
|
background-color: var(--red-text-color);
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
background-color: var(--red-color);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.szh-menu
|
.szh-menu
|
||||||
.szh-menu__item:not(.szh-menu__item--disabled):not(
|
.szh-menu__item:not(.szh-menu__item--disabled):not(
|
||||||
|
|
Loading…
Add table
Reference in a new issue