fix modal button on light theme

This commit is contained in:
blek 2023-09-06 21:20:09 +10:00
parent 8947612aea
commit 3abe11c218
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 2 additions and 0 deletions

View File

@ -36,5 +36,7 @@
background: #e1e1e1;
border-color: #f1f1f1
}
.openwordle-modal-button:hover { background: #dbdbdb }
.openwordle-modal-button:active { background: #d6d6d6 }
}
</style>