Skip to content
Snippets Groups Projects
Commit 9f024f1d authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#681 - improved hotkey color in light theme

parent 5475ba6b
No related branches found
No related tags found
No related merge requests found
.keyboard-key { .keyboard-key {
padding: 0.2rem 0.7rem; padding: 0.2rem 0.7rem;
color: #FFFFFF; color: #FFFFFF;
background-color: #212121; background-color: #444444;
border-radius: .2rem; border-radius: .2rem;
font-family: Consolas, "Courier New", monospace; font-family: Consolas, "Courier New", monospace;
display: inline-block; display: inline-block;
...@@ -11,3 +11,7 @@ ...@@ -11,3 +11,7 @@
.modifier-key { .modifier-key {
margin-right: 0; margin-right: 0;
} }
[data-theme="dark"] .keyboard-key {
background-color: #212121;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment