1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-01-06 10:00:26 +00:00

Add dark theme to the shortcuts pop up

This commit is contained in:
Timur Ismagilov 2021-06-13 23:39:27 +05:00
parent 20a2d26848
commit 01af43de04

View File

@ -384,3 +384,9 @@ kbd {
.shortcut-row__description {
flex: 1;
}
@media (prefers-color-scheme: dark) {
.dialog {
background-color: #343434;
}
}