This commit is contained in:
2026-03-11 19:52:19 +01:00
parent b8b743871e
commit 040dc5d5e9
13 changed files with 466 additions and 427 deletions

View File

@@ -3,20 +3,20 @@ body {
background-size: cover;
}
body[data-bs-theme="dark"] {
--bs-body-bg: #2125296b;
body[data-bs-theme='dark'] {
--bs-body-bg: #2125296b;
}
.btn-dark {
--bs-btn-bg: #2125296b;
--bs-btn-bg: #2125296b;
}
.card {
background: #25292d66;
background: #25292d66;
}
#matrixCard {
background-image: radial-gradient(#2226, #25292d66);
background-image: radial-gradient(#2226, #25292d66);
}
.card,
@@ -26,8 +26,8 @@ body[data-bs-theme="dark"] {
}
.minoes-table {
background: transparent;
border-spacing: 2px;
background: transparent;
border-spacing: 2px;
}
#matrixTable {
@@ -35,17 +35,17 @@ body[data-bs-theme="dark"] {
}
#matrixTable td:not(.mino) {
border-color: #8881;
border-top: none;
border-bottom: none;
border-color: #8881;
border-top: none;
border-bottom: none;
}
.mino {
background: var(--color);
border: 3px solid var(--border);
border-radius: 6px;
box-shadow: 0 0 8px var(--border);
filter: blur(0.5px);
background: var(--color);
border: 3px solid var(--border);
border-radius: 6px;
box-shadow: 0 0 8px var(--border);
filter: blur(0.5px);
}
.I {
@@ -79,11 +79,11 @@ body[data-bs-theme="dark"] {
}
.Z {
--color: #E67D8666;
--border: #E67D86;
--color: #e67d8666;
--border: #e67d86;
}
.ghost {
--color: #fff4;
--border: #fff5;
}
}