diff --git a/src/modal/ModalButton.svelte b/src/modal/ModalButton.svelte index e1bde75..cc8e6dc 100644 --- a/src/modal/ModalButton.svelte +++ b/src/modal/ModalButton.svelte @@ -36,5 +36,7 @@ background: #e1e1e1; border-color: #f1f1f1 } + .openwordle-modal-button:hover { background: #dbdbdb } + .openwordle-modal-button:active { background: #d6d6d6 } } \ No newline at end of file