Enhance shadows for dark theme + auto accent elements

Use thicker, layered shadows with downward fade effect:
- Double shadow layers for depth
- Higher offset for bottom diffusion
- Increased opacity for better visibility

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-08 23:16:03 +01:00
parent de204ea68c
commit 3fbd43bb94
4 changed files with 7 additions and 4 deletions

View File

@@ -1026,7 +1026,7 @@
[data-theme='dark'][data-accent='auto'] .nav-item.active {
background: #e5e7eb;
color: #111827 !important;
box-shadow: var(--shadow-md);
box-shadow: 0 4px 12px rgba(229, 231, 235, 0.35), 0 8px 24px rgba(229, 231, 235, 0.15);
}
[data-theme='dark'][data-accent='auto'] .nav-item.active .nav-icon,