From ed3c09ab186d4070057fb6dc1a3a13617f1010ca Mon Sep 17 00:00:00 2001 From: jlightner Date: Fri, 3 Apr 2026 07:54:15 +0000 Subject: [PATCH] fix: revert plugin pill + stats colors to cyan, lower title bar z-index so admin dropdown renders above it --- frontend/src/App.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/App.css b/frontend/src/App.css index f60c87b..c5904d0 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -1507,7 +1507,7 @@ a.app-footer__repo:hover { .home-stats__number { font-size: 1.75rem; font-weight: 700; - color: #c084fc; + color: var(--color-accent); font-variant-numeric: tabular-nums; line-height: 1.2; } @@ -1761,8 +1761,8 @@ a.app-footer__repo:hover { } .pill--plugin { - background: rgba(168, 85, 247, 0.12); - color: #c084fc; + background: var(--color-pill-plugin-bg); + color: var(--color-pill-plugin-text); } .pill--overflow { @@ -2036,7 +2036,7 @@ a.app-footer__repo:hover { .technique-title-bar { position: sticky; top: 0; - z-index: 100; + z-index: 50; background: var(--color-bg-page); border-bottom: 1px solid var(--color-border); padding: 0.75rem 0;