mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-01-08 10:51:09 +00:00
Add dark theme to the shortcuts pop up
This commit is contained in:
parent
20a2d26848
commit
01af43de04
@ -384,3 +384,9 @@ kbd {
|
|||||||
.shortcut-row__description {
|
.shortcut-row__description {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
.dialog {
|
||||||
|
background-color: #343434;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user