From 31123d9a33a9e6fe97c46f4b04b50bd45feafebd Mon Sep 17 00:00:00 2001 From: RaidMax Date: Mon, 28 Mar 2022 21:34:52 -0500 Subject: [PATCH] include css change for previous commit --- WebfrontCore/wwwroot/css/src/main.scss | 4 ++++ 1 file changed, 4 insertions(+) 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); +}