From b55db415388f5bd3a9b53833ca60cc2cb3f9df06 Mon Sep 17 00:00:00 2001 From: Nihaal Sharma Date: Fri, 2 Jun 2023 19:25:09 +0100 Subject: [PATCH] fixed wrong text color for bar in light mode --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index e08dc35..a2478f5 100644 --- a/style.css +++ b/style.css @@ -75,7 +75,7 @@ padding: 9px; } .barItem * { - color: #ddd; + color: #222; text-decoration: none; display:block; transition: all 0.2s;