This commit is contained in:
cay 2026-04-04 11:00:07 +01:00
parent 4dec61303c
commit d618b9d04f

View File

@ -414,7 +414,7 @@ function renderShell() {
z-index: 5;
pointer-events: none;
}
.kd-deck-count-indeck { font-family: "Cinzel", serif; font-size: 13px; color: #88cc44; font-weight: bold; }
.kd-deck-count-indeck { font-family: "Cinzel", serif; font-size: 13px; color: #000; font-weight: bold; text-shadow: 0 0 3px rgba(255,255,255,0.6); }
/* ── Rarity Kristalle ───────────────────── */
.kd-rarity {
@ -763,7 +763,7 @@ function renderDeckGrid(grid, cards) {
<div class="kd-deck-card-footer-counts">
<span class="kd-deck-count-indeck" title="Im Deck">🃏 ${c.amount}</span>
</div>
${c.rarity ? `<div class="kd-rarity" style="top:73%">${rarityImgs(c.rarity, 14)}</div>` : ""}
${c.rarity ? `<div class="kd-rarity" style="top:75%">${rarityImgs(c.rarity, 14)}</div>` : ""}
</div>`;
}).join("");