From d345f0d98dfc9f9a76594ca20f276b7156b76f3c Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 8 Dec 2023 11:11:02 +0000 Subject: [PATCH] css: Fix dark mode contrast issue for legend text --- snikket_web/scss/app.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/snikket_web/scss/app.scss b/snikket_web/scss/app.scss index a00b521..9f5d45c 100644 --- a/snikket_web/scss/app.scss +++ b/snikket_web/scss/app.scss @@ -1068,6 +1068,10 @@ pre.guru-meditation { } } + label, legend { + color: $gray-800 !important; + } + .box { background-color: black; border-color: $gray-800;