1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00

"Dark keybindings"

This commit is contained in:
dengr1065 2020-06-17 03:49:50 +03:00
parent 1bee130dfe
commit b9e31049b6

View File

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