Skip to content

Commit

Permalink
feat(client): use lighter color for strong texts in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Nov 10, 2023
1 parent c58e92f commit 73bb45c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions judgels-client/src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ strong {
font-weight: 700;
}

.bp4-dark strong {
color: #eeeeee;
}

h2 {
font-size: 30px !important;
}
Expand Down

0 comments on commit 73bb45c

Please sign in to comment.