Skip to content

Commit

Permalink
feat(match2): Adjust background color for placement and kills (#5224)
Browse files Browse the repository at this point in the history
* css

* css
  • Loading branch information
liquidely authored Dec 19, 2024
1 parent 467388e commit 742da43
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions stylesheets/commons/BattleRoyale/PanelTable.less
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Author(s): Elysienna
justify-content: center;
align-items: center;
padding: 0.5rem 0;
background-color: var( --table-background-color, #fafafa );
background-color: var( --table-striped-background-color, #fafafa );

.theme--dark & {
border-right: 0.0625rem solid rgba( 255, 255, 255, 0.08 );
Expand All @@ -234,10 +234,6 @@ Author(s): Elysienna
justify-content: center;
align-items: center;
padding: 0.5rem 0;

.panel-table__row:not( .row--header ) & {
background-color: var( --table-background-color, #ffffff );
}
}

&-total-points {
Expand Down

0 comments on commit 742da43

Please sign in to comment.