fix: hover text color

This commit is contained in:
Tienson Qin
2023-11-09 13:43:48 +08:00
parent 4402dcd38a
commit 5ff69286be
2 changed files with 3 additions and 2 deletions

View File

@@ -247,6 +247,7 @@
.shui__button-color-custom:hover, .dark .shui__button-color-custom:hover {
background: var(--ls-button-background);
color: white;
}
.shui__button-theme-color.shui__button-color-lime { color: white; background-color: var(--rx-lime-09); &:hover { background-color: var(--rx-lime-10); } &:active { background-color: var(--rx-lime-08); }}