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:
@@ -437,12 +437,12 @@
|
||||
[data-theme='dark'][data-accent='auto'] .admin-tab-btn.active {
|
||||
background: #e5e7eb;
|
||||
color: #111827;
|
||||
box-shadow: 0 2px 8px rgba(229, 231, 235, 0.2);
|
||||
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'] .page-tab-btn.active:focus,
|
||||
[data-theme='dark'][data-accent='auto'] .admin-tab-btn.active:focus,
|
||||
[data-theme='dark'][data-accent='auto'] .page-tab-btn.active:focus-visible,
|
||||
[data-theme='dark'][data-accent='auto'] .admin-tab-btn.active:focus-visible {
|
||||
box-shadow: 0 2px 8px rgba(229, 231, 235, 0.3);
|
||||
box-shadow: 0 4px 12px rgba(229, 231, 235, 0.4), 0 8px 24px rgba(229, 231, 235, 0.2);
|
||||
}
|
||||
Reference in New Issue
Block a user