fix(topbar): make topbar fully opaque #38

Merged
archvillainette merged 1 commits from fix/topbar-opaque into main 2026-07-22 09:56:18 +00:00
Owner

The .wg-topbar background used rgba(24, 20, 29, 0.98), letting page content faintly bleed through the header. Set it to a solid rgb(24, 20, 29) so the bar is fully opaque.

Left $wg-topbar-panel-bg (dropdown/drawer panels, still 0.98) untouched — those are popovers, not the bar itself.

🤖 Generated with Claude Code

The `.wg-topbar` background used `rgba(24, 20, 29, 0.98)`, letting page content faintly bleed through the header. Set it to a solid `rgb(24, 20, 29)` so the bar is fully opaque. Left `$wg-topbar-panel-bg` (dropdown/drawer panels, still `0.98`) untouched — those are popovers, not the bar itself. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
archvillainette added 1 commit 2026-07-22 09:55:11 +00:00
The topbar background used rgba(24, 20, 29, 0.98), letting page
content faintly bleed through. Set it to a solid rgb(24, 20, 29).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
xtul approved these changes 2026-07-22 09:55:50 +00:00
archvillainette merged commit 811622c481 into main 2026-07-22 09:56:18 +00:00
archvillainette deleted branch fix/topbar-opaque 2026-07-22 09:56:18 +00:00
Sign in to join this conversation.