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

@@ -50,12 +50,12 @@
}
.protocol-sidebar a:hover {
color: #ff5a5a;
color: var(--brand);
background: #fff5f5;
}
.protocol-sidebar a.active {
color: #ff5a5a;
color: var(--brand);
background: #fff5f5;
font-weight: 500;
}
@@ -74,7 +74,7 @@
color: #333;
margin-bottom: 24px;
padding-bottom: 16px;
border-bottom: 2px solid #ff5a5a;
border-bottom: 2px solid var(--brand);
}
.protocol-content h2 {
@@ -119,7 +119,7 @@
border-radius: 4px;
font-family: 'Courier New', monospace;
font-size: 13px;
color: #ff5a5a;
color: var(--brand);
}
.level-table {