From 6b9188b618b2709add6de4c0d7eadf98a37ac4c9 Mon Sep 17 00:00:00 2001 From: Settel Date: Fri, 30 Sep 2022 08:44:58 +0200 Subject: [PATCH] bugfix: explicitly set topbar text color --- client/src/components/TopBar.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/components/TopBar.vue b/client/src/components/TopBar.vue index 6ccfa96..064a33b 100644 --- a/client/src/components/TopBar.vue +++ b/client/src/components/TopBar.vue @@ -77,12 +77,13 @@ const actionLogout = async () => { text-align: center; color: $text-primary-color; } - + &__actionbar { flex-grow: 1; &__player, &__admin { + color: $text-primary-color; font-size: 24px; text-align: center; }