From 930911efd72ef89f3ba32f6eed3d4245c3c5e39f Mon Sep 17 00:00:00 2001 From: lizzie Date: Tue, 4 Aug 2026 03:46:02 +0000 Subject: [PATCH] keep same blackness colour --- src/webpage/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpage/style.css b/src/webpage/style.css index 7b303b5..27bfa45 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -5039,7 +5039,7 @@ fieldset input[type="radio"] { justify-content: center; font-weight: bold; color: white; - background: color-mix(in srgb, black 25%, transparent); + background: color-mix(in srgb, black 50%, transparent); } } .gifbox {