impr: changed fps text color from hardcoded values to match user theme (vjgtigers) (#5271)

This commit is contained in:
Vaughn Gugger 2024-04-02 09:07:03 -04:00 committed by GitHub
parent 1890dbdff8
commit a6ccb2cead
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
}
}