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