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;