add tips font color

This commit is contained in:
buzz-lightsnack-2007 2024-05-18 16:34:12 +08:00
parent 7eda4d82aa
commit e5c21434b2

View file

@ -39,3 +39,7 @@ progress::-webkit-progress-value {
label { label {
color: var(--font-color-main) !important; color: var(--font-color-main) !important;
} }
#tip {
color: var(--font-color-medium) !important;
}