light theme for keyboard
This commit is contained in:
parent
f38b114d45
commit
8292637cc3
|
@ -95,4 +95,19 @@
|
||||||
background: #b69656 !important;
|
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>
|
</style>
|
Loading…
Reference in New Issue