little changes
This commit is contained in:
parent
a89a60691c
commit
50502be1d1
@ -37,15 +37,9 @@ body {
|
||||
|
||||
|
||||
@keyframes hard-dropped-table-animation {
|
||||
from {
|
||||
transform: translateY(0);
|
||||
}
|
||||
25% {
|
||||
transform: translateY(2px);
|
||||
}
|
||||
to {
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
#matrixTable.hard-dropped-table-animation {
|
||||
animation: hard-dropped-table-animation .2s;
|
||||
|
@ -3,8 +3,16 @@ body {
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
body[data-bs-theme="dark"] {
|
||||
--bs-body-bg: #2125296b;
|
||||
}
|
||||
|
||||
.btn-dark {
|
||||
--bs-btn-bg: #2125296b;
|
||||
}
|
||||
|
||||
.card {
|
||||
background-color: rgba(37, 41, 45, 30%);
|
||||
background-color: rgba(37, 41, 45, 40%);
|
||||
}
|
||||
|
||||
.mino:not(.ghost):not(.locking) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user