Update app.css

This commit is contained in:
Thomas G 2022-07-15 23:04:03 +10:00
parent 422a9af3a2
commit 6ca86fdf0d
1 changed files with 4 additions and 0 deletions

View File

@ -107,6 +107,10 @@ top: 11px;
color: #2260DD;
}
.onlinestatus_studio {
color: rgb(185, 135, 20);
}
.onlinestatus_ingame {
color: green;
}