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

@@ -57,7 +57,7 @@
display: inline-block;
width: 4px;
height: 14px;
background: #ff5a5a;
background: var(--brand);
margin-right: 8px;
vertical-align: middle;
}
@@ -106,7 +106,7 @@
.highlight-box {
background: #fff5f5;
border-left: 4px solid #ff5a5a;
border-left: 4px solid var(--brand);
padding: 20px;
margin: 24px 0;
border-radius: 8px;
@@ -115,7 +115,7 @@
.highlight-box h3 {
font-size: 16px;
font-weight: 600;
color: #ff5a5a;
color: var(--brand);
margin-bottom: 12px;
}