neo-classic theme

This commit is contained in:
2026-03-04 19:50:44 +01:00
parent d4d0dfaf30
commit b72276b76c
4 changed files with 95 additions and 7 deletions

View File

@@ -19,7 +19,6 @@ body {
border: none;
border-radius: 0;
margin-bottom: 0.5em !important;
width: min-content !important;
}
.card:first-of-type {
@@ -57,11 +56,11 @@ body {
}
#holdTable {
margin: 0 0 0 auto !important;
margin: 0 !important;
}
#statsTable {
margin-right: 1.5em;
width: 10rem;
}
#statsTable tr {
@@ -172,10 +171,10 @@ tr.matrix td:not(.mino) {
.ghost.mino {
background-color: #fff4;
border-color: #fff8;
border: none;
opacity: 5%;
box-shadow: none;
transform: translateY(-6px);
transform: translateY(-3px);
}
.moving.mino {