- Replace the velvet/ledger diagonal plum gradients with one flat
purple per surface (anchored to the group-card tone rgb(24,20,29));
topbar now uses the same flat tone so it meshes with the panels
- Add a Westgate-themed 404 page (Night Masks warning, fa-mask icon),
vertically centered in the content area; strings in westgate.json
- Set Bootstrap link CSS vars globally so utility-classed links
(alert-link, link-*) get the wiki gold like plain anchors
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The notifications, chat, and drafts buttons had their icons pinned to the left of the hover box while search was centered.
Root cause: Harmony's notifications/chats/drafts links (pulled in at runtime from core partials, not this repo) carry Bootstrap's justify-content-between utility class, which is !important and beat the theme's justify-content: center on .wg-topbar__utility-list .nav-link. The search link doesn't have that class, so it centered correctly.
Reviewed-on: #16
Co-authored-by: vickydotbat <vickydotbat@tutamail.com>
Co-committed-by: vickydotbat <vickydotbat@tutamail.com>
## Summary
- capture the post-review topbar refinements and implementation plan
- simplify the topbar brand to one SHADOWS OVER WESTGATE lockup
- remove the redundant desktop Forums dropdown and its custom panel handling
- give topbar dropdown and drawer surfaces an opaque local panel base
## Tests
- node --test tests/*.test.js
Reviewed-on: #7
Reviewed-by: xtul <mpiasecki720@protonmail.com>
Co-authored-by: vickydotbat <vickydotbat@tutamail.com>
Co-committed-by: vickydotbat <vickydotbat@tutamail.com>