From 4f19d2559020b6867dffa563e502f83b31f27e98 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Mon, 13 May 2024 15:48:01 +0800 Subject: [PATCH] labels should use the main text color for improved readability --- styles/colors/all.css | 4 ++++ 1 file changed, 4 insertions(+) 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