style: switch storefront theme palette

This commit is contained in:
2026-03-08 21:02:42 +08:00
parent 045ae62373
commit 15dac7f876
20 changed files with 109 additions and 110 deletions

View File

@@ -30,7 +30,7 @@
padding: 7px 12px;
border-radius: 999px;
background: rgba(239, 106, 91, 0.1);
color: #d84e3f;
color: var(--brand-strong);
font-size: 12px;
font-weight: 700;
letter-spacing: 0.08em;
@@ -82,9 +82,9 @@
}
.festival-scroll-btn.ant-btn:hover {
color: #ef6a5b !important;
color: var(--brand) !important;
border-color: rgba(239, 106, 91, 0.4) !important;
background: #fff4ef !important;
background: var(--brand-soft) !important;
}
.festival-scroll {
@@ -179,7 +179,7 @@
padding: 6px 10px;
border-radius: 999px;
background: #fff3ea;
color: #d84e3f;
color: var(--brand-strong);
font-size: 12px;
font-weight: 700;
white-space: nowrap;