"Dark keybindings"

This commit is contained in:
dengr1065 2020-06-17 03:49:50 +03:00
parent 1bee130dfe
commit b9e31049b6
1 changed files with 17 additions and 0 deletions

View File

@ -51,4 +51,21 @@
}
}
}
@include DarkThemeOverride {
.content {
.hint {
background: #3b3d40;
}
.category .entry {
color: #c0c4c8;
border-bottom-color: #888;
button {
filter: invert(1);
}
}
}
}
}