style: switch storefront theme palette
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user