diff --git a/WebfrontCore/wwwroot/css/src/main.scss b/WebfrontCore/wwwroot/css/src/main.scss index d28287827..642c2da58 100644 --- a/WebfrontCore/wwwroot/css/src/main.scss +++ b/WebfrontCore/wwwroot/css/src/main.scss @@ -463,3 +463,7 @@ div.card { .team-axis-bg { background-color: rgba(139, 0, 0, 0.1); } + +.team-spectator-bg { + background-color: rgba(200, 200, 0, 0.1); +}