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

@ -77,12 +77,13 @@ const actionLogout = async () => {
text-align: center;
color: $text-primary-color;
}
&__actionbar {
flex-grow: 1;
&__player,
&__admin {
color: $text-primary-color;
font-size: 24px;
text-align: center;
}