From 5f8b23e8f4da6b91abb768b00eacc50b18cefc01 Mon Sep 17 00:00:00 2001 From: Alberto Xamin Date: Mon, 7 Jun 2021 21:39:38 +0200 Subject: [PATCH] fix a bug with dark mode --- frontend/src/components/Lobby.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/frontend/src/components/Lobby.vue b/frontend/src/components/Lobby.vue index 4d8c946..754df94 100644 --- a/frontend/src/components/Lobby.vue +++ b/frontend/src/components/Lobby.vue @@ -343,11 +343,7 @@ export default { animation-duration: 2s; animation-iteration-count: infinite; } -@media (prefers-color-scheme: dark) { - .is_my_turn { - box-shadow: 0 0 0 3pt rgb(138, 12, 12), 0 0 0 6pt #181a1b, 0 0 5pt 6pt #aaa !important; - } -} + @keyframes turn-animation { 0% { transform: scale(1);