Skip to content

Commit

Permalink
impr: changed fps text color from hardcoded values to match user them…
Browse files Browse the repository at this point in the history
…e (vjgtigers) (#5271)
  • Loading branch information
vjgtigers authored Apr 2, 2024
1 parent 1890dbd commit a6ccb2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/styles/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,9 @@ key {
text-align: center;
z-index: 999999999;
&.main {
color: rgb(30, 255, 0);
color: var(--text-color);
}
&.error {
color: red;
color: var(--error-color);
}
}

0 comments on commit a6ccb2c

Please sign in to comment.