Skip to content

Commit 7b97735

Browse files
authored
Merge pull request spookybear0#116 from EboMike/cleanup
Add CSS classes for purple and yellow.
2 parents b1a218f + d0d80d6 commit 7b97735

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

assets/html/base.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,14 @@
243243
color: greenyellow;
244244
}
245245

246+
.purple-team {
247+
color: #A020F0;
248+
}
249+
250+
.yellow-team {
251+
color: gold;
252+
}
253+
246254
.ice-team {
247255
color: #0096FF;
248256
}
@@ -259,6 +267,15 @@
259267
color: #002534;
260268
}
261269

270+
271+
.purple-team-dim {
272+
color: #220840;
273+
}
274+
275+
.yellow-team-dim {
276+
color: #403000;
277+
}
278+
262279
.fire-team-down {
263280
color: #882300;
264281
}
@@ -271,6 +288,14 @@
271288
color: #004B88;
272289
}
273290

291+
.purple-team-down {
292+
color: #501078;
293+
}
294+
295+
.yellow-team-down {
296+
color: #807000;
297+
}
298+
274299
.active_player {
275300
font-weight: bold;
276301
}

0 commit comments

Comments
 (0)