tweak keyboard colors a bit

This commit is contained in:
blek 2023-09-06 21:11:32 +10:00
parent 0916417957
commit c3c31b1ea5
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 2 additions and 2 deletions

View File

@ -103,8 +103,8 @@
.openwordle-keyboard .openwordle-keyboard-btn:hover { .openwordle-keyboard .openwordle-keyboard-btn:hover {
background: #d1d1d1; background: #d1d1d1;
} }
.kb-btn-unfit { background: #d1d1d1 !important; } .kb-btn-unfit { background: #b1b1b1 !important; }
.kb-btn-unfit:hover { background: #dadada !important; } .kb-btn-unfit:hover { background: #bababa !important; }
.kb-btn-unfit:active { background: #c1c1c1 !important; } .kb-btn-unfit:active { background: #c1c1c1 !important; }
} }