Skip to content

Commit

Permalink
fix(bigmatch): pick/ban order colors in darkmode (#4198)
Browse files Browse the repository at this point in the history
add exception to boxes with a color class
  • Loading branch information
liquidely authored Apr 22, 2024
1 parent fa713a2 commit 04d7a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/commons/Miscellaneous.less
Original file line number Diff line number Diff line change
Expand Up @@ -4095,7 +4095,7 @@ ul.match-bm-lol-game-veto-overview-pick {
font-weight: bold;
font-size: 12px;

.theme--dark & {
.theme--dark &:not( .match-bm-lol-game-veto-order-step-blue ):not( .match-bm-lol-game-veto-order-step-red ) {
background-color: var( --clr-secondary-39 );
}
}
Expand Down

0 comments on commit 04d7a40

Please sign in to comment.