1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

set team properly/tint scoreboard background for team

This commit is contained in:
RaidMax
2022-03-25 13:16:41 -05:00
parent 1d9c75bcd6
commit adf483e692
6 changed files with 15 additions and 3 deletions

View File

@ -455,3 +455,11 @@ div.card {
padding-right: 1rem !important;
line-height: 1.45rem !important;
}
.team-allies-bg {
background-color: rgba(0, 0, 139, 0.1);
}
.team-axis-bg {
background-color: rgba(139, 0, 0, 0.1);
}