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>
The cascading "#navbar *" rule was forcing the cream nav-bar text color
onto dropdown popovers, which sit on a parchment background and were
nearly invisible. Override the popover surface to use dark text while
keeping the dark-on-hover highlight.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Parchment body, near-black starfield nav, teal (#42b983) accent.
Includes IM Fell Type fonts (regular, italic, small-caps) and a
README covering installation on TrueNAS Scale and plain Docker.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>