From 29bc61bed4a31df9353640a60a386f7f1ae0643b Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Tue, 18 Feb 2020 18:32:28 +0100 Subject: [PATCH] Turn indicator slightly more visible in Dark mode --- client/src/components/BaseGame.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue index f4603d6b..433a8ac6 100644 --- a/client/src/components/BaseGame.vue +++ b/client/src/components/BaseGame.vue @@ -452,6 +452,7 @@ export default { #turnIndicator text-align: center + font-weight: bold #belowControls border-top: 1px solid #2f4f4f -- 2.44.0