Structure legacy-compatible frontend CSS

This commit is contained in:
2026-07-27 11:13:54 +00:00
parent 1509a39d26
commit ab6f4129a9
38 changed files with 466 additions and 366 deletions
@@ -28,7 +28,7 @@ defineProps<Props>();
.panel-card {
border: 1px solid gray;
background-color: #302016;
background-image: url('/image/game/back_walnut.jpg');
background-image: var(--sammo-texture-walnut);
}
.panel-header {
@@ -38,7 +38,7 @@ defineProps<Props>();
gap: 8px;
border-bottom: 1px solid gray;
background-color: #14241b;
background-image: url('/image/game/back_green.jpg');
background-image: var(--sammo-texture-green);
padding: 3px 6px;
}