diff --git a/src/components/_popouts.scss b/src/components/_popouts.scss index 27a5c6744..a0c826ad4 100644 --- a/src/components/_popouts.scss +++ b/src/components/_popouts.scss @@ -649,3 +649,12 @@ div[class|="layerContainer"] div[class|="pencilContainer"] { color: $text; } } + +// Keybinds popout +div[class|="keyboardShortcutsModal"] span[class|="key"] { + color: $crust !important; + + svg g { + fill: $crust !important; + } +}