fix: keep controls and site-title interactive when menu is open

Only dim nav links, leave site-title/theme/lang/menu-toggle untouched

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-02-27 12:08:35 +01:00
parent 6476f86a85
commit 8b338ca587

View file

@ -251,10 +251,7 @@ body.menu-open #site-header {
cursor: pointer; cursor: pointer;
#nav-highlight, #nav-highlight,
#nav-investigation, #nav-investigation {
#theme-toggle,
#lang-toggle,
#menu-toggle {
opacity: 0.15; opacity: 0.15;
pointer-events: none; pointer-events: none;
transition: opacity 0.3s ease-in; transition: opacity 0.3s ease-in;