labels should use the main text color for improved readability

This commit is contained in:
buzz-lightsnack-2007 2024-05-13 15:48:01 +08:00
parent 22befff022
commit 4f19d25590

View file

@ -35,3 +35,7 @@ progress {
progress::-webkit-progress-value { progress::-webkit-progress-value {
background-color: white; background-color: white;
} }
label {
color: var(--font-color-main) !important;
}