Flatten panel gradients to subtle purple, themed 404, gold links

- 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>
This commit is contained in:
2026-07-14 22:57:50 +02:00
co-authored by Claude Fable 5
parent 5bbe22320e
commit 54b5d845ae
8 changed files with 33 additions and 34 deletions
+2 -10
View File
@@ -1,10 +1,4 @@
$wg-topbar-panel-bg: linear-gradient(
100deg,
#2a1222 0%,
#19161f 23%,
#121017 62%,
#0d0c11 100%
);
$wg-topbar-panel-bg: rgba(21, 17, 26, 0.98);
.wg-layout-container {
min-height: 100vh;
@@ -14,9 +8,7 @@ $wg-topbar-panel-bg: linear-gradient(
top: 0;
z-index: 1020;
color: var(--wg-text-soft);
background:
linear-gradient(180deg, rgba(255, 241, 196, 0.035), transparent 42%),
linear-gradient(90deg, rgba(42, 18, 34, 0.96), rgba(15, 13, 18, 0.98) 38%, rgba(9, 8, 11, 0.99));
background: rgba(24, 20, 29, 0.98);
border-bottom: 1px solid rgba(194, 163, 90, 0.2);
box-shadow:
inset 0 1px 0 rgba(255, 244, 221, 0.04),