From a550ad12c55dc965c2d94b41eefb71de32fa5c24 Mon Sep 17 00:00:00 2001 From: mattyatea Date: Sun, 24 Sep 2023 07:41:26 +0900 Subject: [PATCH] fix --- packages/frontend/src/ui/_common_/navbar.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/frontend/src/ui/_common_/navbar.vue b/packages/frontend/src/ui/_common_/navbar.vue index 5c87859cd4..868a07cf75 100644 --- a/packages/frontend/src/ui/_common_/navbar.vue +++ b/packages/frontend/src/ui/_common_/navbar.vue @@ -292,7 +292,7 @@ function more(ev: MouseEvent) { } &.gamingLight { - color: white; + color: var(--fg); } &.gamingDark { @@ -759,7 +759,7 @@ function more(ev: MouseEvent) { text-align: center; &.gamingLight { - color: white; + color: var(--fg); } &:hover, &.active { @@ -771,7 +771,7 @@ function more(ev: MouseEvent) { } &.gamingLight { - color: white; + color: var(--fg); } &:before {