diff --git a/styles/colors/all.css b/styles/colors/all.css index a6e4fc1..928f314 100644 --- a/styles/colors/all.css +++ b/styles/colors/all.css @@ -35,3 +35,7 @@ progress { progress::-webkit-progress-value { background-color: white; } + +label { + color: var(--font-color-main) !important; +} \ No newline at end of file