update pop theme

This commit is contained in:
Adrien MALINGREY 2024-05-28 21:26:40 +02:00
parent f97b5f0cf9
commit d75696fbc3

View File

@ -11,25 +11,20 @@ body[data-bs-theme="dark"] {
--bs-btn-bg: #2125296b; --bs-btn-bg: #2125296b;
} }
.card { .card,
background-color: rgba(37, 41, 45, 50%); #matrixCard {
background: repeating-linear-gradient(transparent, #111 1px);
backdrop-filter: blur(3px);
} }
@supports (backdrop-filter: blur()) { .card-header {
.card { background-color: rgba(37, 41, 45, 50%);
background-color: rgba(33, 37, 41, 20%);
backdrop-filter: blur(3px);
}
} }
#matrixTable { #matrixTable {
border-spacing: 1px; border-spacing: 1px;
} }
tr.matrix {
background: repeating-linear-gradient(transparent, #1118 1px);
}
tr.matrix td:not(.mino) { tr.matrix td:not(.mino) {
border: 1px solid #111; border: 1px solid #111;
} }