From e7c98acaea9fd6a2476e84df86793398f510a22e Mon Sep 17 00:00:00 2001 From: Schmop Date: Sun, 16 Jul 2023 19:15:33 +0200 Subject: [PATCH] Funny animation --- src/components/WordlistSelection.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/WordlistSelection.vue b/src/components/WordlistSelection.vue index eaae3ca..33ddcc1 100644 --- a/src/components/WordlistSelection.vue +++ b/src/components/WordlistSelection.vue @@ -74,6 +74,8 @@ function startGame() { cursor: pointer; width: 200px; text-align: center; + transition: box-shadow 0.2s ease-in-out; + background-color: white; } .selected { background-color: #afa;