Added sleeper-like K and DEF colors

This commit is contained in:
Eduardo Figueroa 2025-09-12 16:32:32 -07:00
parent f74cca961b
commit 512e0bd9c0

View file

@ -534,6 +534,18 @@
color: rgb(255, 174, 88); color: rgb(255, 174, 88);
} }
.player-pill.k {
border-color: rgb(201, 108, 255);
background: rgba(201, 108, 255, 0.1);
color: rgb(201, 108, 255);
}
.player-pill.def {
border-color: rgb(191, 95, 64);
background: rgba(191, 95, 64, 0.1);
color: rgb(191, 95, 64);
}
.no-games-week { .no-games-week {
text-align: center; text-align: center;
color: var(--text-light); color: var(--text-light);