mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-09-07 05:18:05 +00:00
Fix dark theme for the shortcut dialog
This commit is contained in:
@@ -405,5 +405,9 @@ kbd {
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.dialog {
|
||||
background-color: #343434;
|
||||
color: #ddd;
|
||||
}
|
||||
kbd {
|
||||
color: #ddd;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user