add list page and multiples optis
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s

This commit is contained in:
Shinuwa 2026-07-24 16:14:14 +02:00
parent d9d22683dc
commit 959fa42454
30 changed files with 1015 additions and 45 deletions

View file

@ -15,25 +15,14 @@
}
.diablo4-home-mark {
display: grid;
width: 100%;
height: 120px;
margin: 0;
place-items: center;
border-bottom: 1px solid rgba(246, 196, 83, 0.42);
background: rgba(5, 7, 17, 0.28);
color: var(--color-text-primary);
}
.game-home-card .diablo4-home-mark {
margin: 0;
}
.diablo4-home-mark::before {
content: "";
display: block;
width: 72px;
height: 72px;
width: 82px;
height: 82px;
background: currentColor;
filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.44));
mask: url("/static/img/diablo4/cube.svg") center / contain no-repeat;