From 8fe729925878649b9607103f815b7990606233b2 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Thu, 17 Nov 2022 23:01:48 -0800 Subject: [PATCH] fix error badge color --- client/app/components/badges/badge.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/components/badges/badge.module.css b/client/app/components/badges/badge.module.css index 72a0d9c8..95333ef4 100644 --- a/client/app/components/badges/badge.module.css +++ b/client/app/components/badges/badge.module.css @@ -36,7 +36,7 @@ color: var(--fg); } -/* when data-theme on html is light, change font color */ +[data-theme="light"] .error, [data-theme="light"] .warning { color: var(--bg); }