Skip to content

Commit

Permalink
feat(match2): Add dark theme support for BR table navigation (#5214)
Browse files Browse the repository at this point in the history
add dark color
  • Loading branch information
liquidely authored Dec 16, 2024
1 parent f6b5fb5 commit 24b82f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stylesheets/commons/BattleRoyale/PanelTable.less
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ Author(s): Elysienna

.theme--dark & {
border: 0.0625rem solid rgba( 255, 255, 255, 0.08 );
background-color: rgba( 24, 24, 24, 0.9 );
color: #ffffff;
}

&.navigate--left {
Expand Down

0 comments on commit 24b82f1

Please sign in to comment.