1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-01-21 07:46:52 +00:00

Fix dark theme for the shortcut dialog

This commit is contained in:
Timur Ismagilov 2021-06-16 02:02:13 +05:00
parent 14cb00a6fc
commit 5ecab763fc

View File

@ -405,5 +405,9 @@ kbd {
@media (prefers-color-scheme: dark) {
.dialog {
background-color: #343434;
color: #ddd;
}
kbd {
color: #ddd;
}
}