Skip to content

Commit

Permalink
fix: revert the oopsie with the stupid keys (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicAven authored Dec 9, 2023
1 parent 5660f74 commit 99bf765
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
5 changes: 5 additions & 0 deletions src/components/_chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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"] {
Expand Down
12 changes: 6 additions & 6 deletions src/components/_details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
10 changes: 10 additions & 0 deletions src/components/_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,16 @@ div[class^="contentRegion"] {
}
}

#keybinds-tab {
span[class*="key"] {
color: $crust;

g {
fill: $crust;
}
}
}

#subscriptions-tab {
[class^="sectionAccountCredit"],
[class^="subscriptionDetails"] {
Expand Down

0 comments on commit 99bf765

Please sign in to comment.