Files
gitea-fell-theme/public/assets/css
didericis 764f2f2690 fix: navbar dropdown username and icons inherit dark text
The previous override only restored dark text on .item/.header/.text
themselves; the cascading "#navbar *" cream color still applied to
their children — the <strong> username inside "Signed in as …" and
the inline SVG icons. Extend the override to descendants, force SVG
fill back to currentColor, and split the hover/active rule so only
the row itself gets the dark background (not every child element).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-10 20:31:36 -04:00
..