From 6f23850ade629880ffe1478fe31176f74e6888a3 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Thu, 12 Dec 2024 01:03:11 +0200 Subject: [PATCH] Fix carbon badge colour. Signed-off-by: Ari Archer --- src/static/css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/css/base.css b/src/static/css/base.css index b22f1c1..e65b85c 100644 --- a/src/static/css/base.css +++ b/src/static/css/base.css @@ -19,7 +19,7 @@ color: var(--white); } -.carbonbadge #wcb_g { +.carbonbadge > * * { color: #000; }