Skip to content

Commit

Permalink
Fix table border in dark mode (fixes #22)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncaught committed Oct 2, 2020
1 parent e250b64 commit f2cf55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ input[type=number] {
}

.grid-table-td.topBorder {
border-top: 1px solid black !important;
border-top: 1px solid var(--border-color) !important;
}

.grid-table-td.won {
Expand Down

0 comments on commit f2cf55a

Please sign in to comment.