light theme for keyboard

This commit is contained in:
blek 2023-09-06 20:56:08 +10:00
parent f38b114d45
commit 8292637cc3
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 15 additions and 0 deletions

View File

@ -95,4 +95,19 @@
background: #b69656 !important;
}
@media (prefers-color-scheme: light) {
.openwordle-keyboard .openwordle-keyboard-btn {
background: #e1e1e1;
}
.openwordle-keyboard .openwordle-keyboard-btn:hover {
background: #d1d1d1;
}
.kb-btn-unfit { background: #d1d1d1 !important; }
.kb-btn-unfit:hover { background: #dadada !important; }
.kb-btn-unfit:active { background: #c1c1c1 !important; }
.
}
</style>