We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1a218f + d0d80d6 commit 7b97735Copy full SHA for 7b97735
assets/html/base.html
@@ -243,6 +243,14 @@
243
color: greenyellow;
244
}
245
246
+ .purple-team {
247
+ color: #A020F0;
248
+ }
249
+
250
+ .yellow-team {
251
+ color: gold;
252
253
254
.ice-team {
255
color: #0096FF;
256
@@ -259,6 +267,15 @@
259
267
color: #002534;
260
268
261
269
270
271
+ .purple-team-dim {
272
+ color: #220840;
273
274
275
+ .yellow-team-dim {
276
+ color: #403000;
277
278
262
279
.fire-team-down {
263
280
color: #882300;
264
281
@@ -271,6 +288,14 @@
288
color: #004B88;
289
290
291
+ .purple-team-down {
292
+ color: #501078;
293
294
295
+ .yellow-team-down {
296
+ color: #807000;
297
298
299
.active_player {
300
font-weight: bold;
301
0 commit comments