fix: align scenario 2601 in-game GUI parity

This commit is contained in:
2026-08-02 12:15:22 +00:00
parent 4faa8b8e4b
commit 6248458baf
11 changed files with 140 additions and 64 deletions
+9 -3
View File
@@ -482,6 +482,9 @@ onMounted(() => {
font-size: 14px;
line-height: 21px;
}
.legacy-auction-page.bg0 {
background-color: transparent;
}
.bg0 {
background-color: #302016;
background-image: var(--sammo-texture-walnut);
@@ -565,8 +568,8 @@ onMounted(() => {
}
.tab-button:hover,
.tab-button:focus {
border-color: #353535;
background: #393939;
border-color: #3d3d3d;
background: #444;
}
.section-title,
.subsection-title,
@@ -576,6 +579,9 @@ onMounted(() => {
font: inherit;
font-weight: 400;
}
.unique-detail .section-title {
background-color: transparent;
}
.resource-kind.buy-rice {
color: #000;
background: orange;
@@ -605,7 +611,7 @@ onMounted(() => {
.clickable-row:hover,
.clickable-row:focus-visible,
.clickable-row.selected {
background-color: rgb(255 255 255 / 12%);
background-color: rgb(255 255 255 / 30%);
outline: 0;
}
.no-bid {