aeh
This commit is contained in:
parent
1a35620615
commit
f58a47fe31
@ -296,9 +296,10 @@ function renderShell() {
|
|||||||
}
|
}
|
||||||
.kd-count-owned {
|
.kd-count-owned {
|
||||||
font-family: "Cinzel", serif;
|
font-family: "Cinzel", serif;
|
||||||
font-size: 10px;
|
font-size: 13px;
|
||||||
color: #c8a86a;
|
color: #000;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
text-shadow: 0 0 3px rgba(255,255,255,0.6);
|
||||||
}
|
}
|
||||||
.kd-count-deck {
|
.kd-count-deck {
|
||||||
font-family: "Cinzel", serif;
|
font-family: "Cinzel", serif;
|
||||||
@ -762,7 +763,7 @@ function renderCollectionGrid(grid, cards) {
|
|||||||
${c.defends != null ? `<span class="kd-stat-def">${c.defends}</span>` : ""}
|
${c.defends != null ? `<span class="kd-stat-def">${c.defends}</span>` : ""}
|
||||||
${c.cooldown != null ? `<span class="kd-stat-cd">${c.cooldown}</span>` : ""}
|
${c.cooldown != null ? `<span class="kd-stat-cd">${c.cooldown}</span>` : ""}
|
||||||
<div class="kd-card-footer">
|
<div class="kd-card-footer">
|
||||||
<span class="kd-count-owned" title="Besitzt du">${c.amount}×</span>
|
<span class="kd-count-owned" title="Besitzt du">× ${c.amount}</span>
|
||||||
</div>
|
</div>
|
||||||
${c.rarity ? `<div class="kd-rarity">${rarityImgs(c.rarity, 13)}</div>` : ""}
|
${c.rarity ? `<div class="kd-rarity">${rarityImgs(c.rarity, 13)}</div>` : ""}
|
||||||
</div>`;
|
</div>`;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user