bugfix: explicitly set topbar text color

This commit is contained in:
Settel 2022-09-30 08:44:58 +02:00
parent dce33d2088
commit 6b9188b618

View File

@ -83,6 +83,7 @@ const actionLogout = async () => {
&__player,
&__admin {
color: $text-primary-color;
font-size: 24px;
text-align: center;
}