Added sleeper-like K and DEF colors
This commit is contained in:
parent
f74cca961b
commit
512e0bd9c0
1 changed files with 12 additions and 0 deletions
|
|
@ -534,6 +534,18 @@
|
|||
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 {
|
||||
text-align: center;
|
||||
color: var(--text-light);
|
||||
|
|
|
|||
Loading…
Reference in a new issue