From a9220d092eb44118f7d2740f57d5a9dab01712d3 Mon Sep 17 00:00:00 2001 From: m17hr1l Date: Mon, 18 May 2026 23:43:23 +0200 Subject: [PATCH] stage-15: enlarge the NN-sc topbar icon Bumped from 32px to 44px so it reads at the scale of the brand logo beside it, with a faint cyan glow to seat it in the cockpit chrome. Co-Authored-By: Claude Opus 4.7 --- src/psyc/cockpit/static/cockpit.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/psyc/cockpit/static/cockpit.css b/src/psyc/cockpit/static/cockpit.css index 95fbe48..da52435 100644 --- a/src/psyc/cockpit/static/cockpit.css +++ b/src/psyc/cockpit/static/cockpit.css @@ -86,8 +86,8 @@ h1, h2, h3, /* neuronetz family framing — right of the topbar */ .family { display: flex; align-items: center; gap: 14px; } .family-icon { - height: 32px; width: auto; display: block; - filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.55)); + height: 44px; width: auto; display: block; + filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 10px var(--accent-glow)); } .family-hub { color: var(--muted); font-size: 12px; } .family-hub:hover { color: var(--accent); text-decoration: none; }