From 7874ae5092f32b82e3c0d49a6fe02e1e42c19f76 Mon Sep 17 00:00:00 2001 From: SabreCat Date: Mon, 13 Mar 2023 15:28:26 -0500 Subject: [PATCH] fix(hyperlinks): WHITE inactive drawer tabs --- website/client/src/components/ui/drawer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/client/src/components/ui/drawer.vue b/website/client/src/components/ui/drawer.vue index 408783d8a5..8c65d6e58a 100644 --- a/website/client/src/components/ui/drawer.vue +++ b/website/client/src/components/ui/drawer.vue @@ -133,7 +133,7 @@ font-size: 12px; font-weight: bold; text-align: center; - color: $gray-400; + color: $white !important; text-decoration: none !important; border-bottom: 2px solid transparent; padding: 0.5rem;