mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 18:53:26 +08:00
impr: changed fps text color from hardcoded values to match user theme (vjgtigers) (#5271)
This commit is contained in:
parent
1890dbdff8
commit
a6ccb2cead
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue