From 27e3b883718003dbb85a68fe6b5e452dab024c04 Mon Sep 17 00:00:00 2001 From: jlightner Date: Fri, 3 Apr 2026 07:46:15 +0000 Subject: [PATCH] fix: ToC border-left back to cyan accent (missed purple revert) --- frontend/src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.css b/frontend/src/App.css index aa9d2df..f60c87b 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -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; }