Apply LotusGuild design system convergence (aesthetic_diff.md)

- §10: Filter sidebar labels color green→amber with glow-amber,
  matching unified amber-for-labels convention from base.css

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-14 21:40:43 -04:00
parent f59913910f
commit a34ca51223
2 changed files with 239 additions and 69 deletions

View File

@@ -2566,7 +2566,8 @@ input[type="checkbox"]:checked {
.filter-group label {
display: block;
margin: 0.4rem 0;
color: var(--terminal-green);
color: var(--terminal-amber);
text-shadow: var(--glow-amber);
cursor: pointer;
font-size: 0.85rem;
font-family: var(--font-mono);