Account for anniversary decks

This commit is contained in:
mez 2025-03-26 20:34:03 +00:00
parent 8d2d6abdbc
commit 19c56c6abf
2 changed files with 34 additions and 31 deletions

View file

@ -122,7 +122,7 @@ table.decktable.gray th, details.deckwrap:has(.gray) summary {
color: white;
}
table.decktable.special th, details.deckwrap:has(.special) summary {
table.decktable.special th, details.deckwrap:has(.special) summary, table.decktable.limited th, details.deckwrap:has(.limited) summary {
background: linear-gradient(90deg, hsl(0, 100%, 70%), hsl(30, 100%, 70%), hsl(60, 100%, 70%), hsl(90, 100%, 70%), hsl(120, 100%, 70%), hsl(150, 100%, 70%), hsl(180, 100%, 70%), hsl(210, 100%, 70%), hsl(240, 100%, 70%), hsl(270, 100%, 70%), hsl(300, 100%, 70%), hsl(330, 100%, 70%), hsl(360, 100%, 70%));
color: black;
}