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