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 <noreply@anthropic.com>
This commit is contained in:
m17hr1l
2026-05-18 23:43:23 +02:00
parent e3724c2e47
commit a9220d092e

View File

@@ -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; }