fix: ToC border-left back to cyan accent (missed purple revert)
This commit is contained in:
parent
97abc7c80c
commit
27e3b88371
1 changed files with 1 additions and 1 deletions
|
|
@ -2111,7 +2111,7 @@ a.app-footer__repo:hover {
|
|||
/* ── Table of Contents ────────────────────────────────────────────────────── */
|
||||
|
||||
.technique-toc {
|
||||
border-left: 2px solid #a855f7;
|
||||
border-left: 2px solid var(--color-accent);
|
||||
padding: 0 0 0 1rem;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue