little changes

This commit is contained in:
Adrien MALINGREY 2023-12-07 21:29:29 +01:00
parent a89a60691c
commit 50502be1d1
2 changed files with 9 additions and 7 deletions

View File

@ -37,15 +37,9 @@ body {
@keyframes hard-dropped-table-animation { @keyframes hard-dropped-table-animation {
from {
transform: translateY(0);
}
25% { 25% {
transform: translateY(2px); transform: translateY(2px);
} }
to {
transform: translateY(0);
}
} }
#matrixTable.hard-dropped-table-animation { #matrixTable.hard-dropped-table-animation {
animation: hard-dropped-table-animation .2s; animation: hard-dropped-table-animation .2s;

View File

@ -3,8 +3,16 @@ body {
background-size: cover; background-size: cover;
} }
body[data-bs-theme="dark"] {
--bs-body-bg: #2125296b;
}
.btn-dark {
--bs-btn-bg: #2125296b;
}
.card { .card {
background-color: rgba(37, 41, 45, 30%); background-color: rgba(37, 41, 45, 40%);
} }
.mino:not(.ghost):not(.locking) { .mino:not(.ghost):not(.locking) {