diff --git a/src/components/_chat.scss b/src/components/_chat.scss index af4de1c8b..d33f392d1 100644 --- a/src/components/_chat.scss +++ b/src/components/_chat.scss @@ -263,6 +263,11 @@ div[class^="chat"] > div[class^="content"] > div[class^="container"] { background-color: $base; } + // Help keys + div[class^="matchingPostsRow"] span[class^="key"] { + color: $crust !important; + } + // forum icons div[class^="pinIcon"], div[class^="stepStatus"] { diff --git a/src/components/_details.scss b/src/components/_details.scss index 6d0565165..b79b073bb 100644 --- a/src/components/_details.scss +++ b/src/components/_details.scss @@ -315,10 +315,10 @@ div[class*="actions_"] { } } -span[class*="key"] { - color: $crust !important; - - g { - fill: $crust !important; - } +// Loading tip keys +div[class*="fixClipping"] + div[class^="tip"] + div[class*="keybind"] + span[class^="key"] { + color: $crust; } diff --git a/src/components/_pages.scss b/src/components/_pages.scss index fac2eb195..457bde63b 100644 --- a/src/components/_pages.scss +++ b/src/components/_pages.scss @@ -109,6 +109,16 @@ div[class^="contentRegion"] { } } + #keybinds-tab { + span[class*="key"] { + color: $crust; + + g { + fill: $crust; + } + } + } + #subscriptions-tab { [class^="sectionAccountCredit"], [class^="subscriptionDetails"] {