removed subteams: removed css testing colours

This commit is contained in:
darkicewolf50 2024-03-23 15:07:31 -06:00
parent 891b818e93
commit 66cd3fb13d

View File

@ -1,5 +1,4 @@
#subteams { #subteams {
background-color: whitesmoke;
margin-left: 1rem; margin-left: 1rem;
margin-right: 1rem; margin-right: 1rem;
} }
@ -19,7 +18,6 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
background-color: grey;
} }
#subteams table td { #subteams table td {
@ -39,7 +37,6 @@
.subteamsEnd { .subteamsEnd {
text-align: end; text-align: end;
justify-content: end; justify-content: end;
background-color: aqua;
} }
.subteamsEnd h2 { .subteamsEnd h2 {
@ -48,7 +45,6 @@
} }
#subteamContent { #subteamContent {
background-color: blueviolet;
padding-top: 1rem; padding-top: 1rem;
padding-left: 1rem; padding-left: 1rem;
padding-right: 1rem; padding-right: 1rem;