From 023b6c874f492a403f21f6c0e2b5db1ee94b7c8b Mon Sep 17 00:00:00 2001 From: refact0r <34758569+refact0r@users.noreply.github.com> Date: Sun, 8 Sep 2024 16:10:54 -0700 Subject: [PATCH] Update light.theme.css --- theme/flavors/light.theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/flavors/light.theme.css b/theme/flavors/light.theme.css index 31d4c61..c8164a7 100644 --- a/theme/flavors/light.theme.css +++ b/theme/flavors/light.theme.css @@ -82,3 +82,7 @@ --green-1: oklch(48% 0.13 160); --green-2: oklch(41% 0.13 160); } + +[class^=jumpToPresentBar_] > button { + color: var(--txt-1); +}