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:
@@ -86,8 +86,8 @@ h1, h2, h3,
|
|||||||
/* neuronetz family framing — right of the topbar */
|
/* neuronetz family framing — right of the topbar */
|
||||||
.family { display: flex; align-items: center; gap: 14px; }
|
.family { display: flex; align-items: center; gap: 14px; }
|
||||||
.family-icon {
|
.family-icon {
|
||||||
height: 32px; width: auto; display: block;
|
height: 44px; width: auto; display: block;
|
||||||
filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.55));
|
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 { color: var(--muted); font-size: 12px; }
|
||||||
.family-hub:hover { color: var(--accent); text-decoration: none; }
|
.family-hub:hover { color: var(--accent); text-decoration: none; }
|
||||||
|
|||||||
Reference in New Issue
Block a user