impeccable (#18)

first pass with impeccable

Reviewed-on: #18
Reviewed-by: xtul <mpiasecki720@protonmail.com>
Co-authored-by: vickydotbat <vickydotbat@tutamail.com>
Co-committed-by: vickydotbat <vickydotbat@tutamail.com>
This commit was merged in pull request #18.
This commit is contained in:
2026-07-11 14:18:22 +00:00
committed by archvillainette
parent ada632dd3c
commit 882c086a6d
31 changed files with 702 additions and 3444 deletions
+17 -4
View File
@@ -28,7 +28,7 @@ $wg-topbar-panel-bg: linear-gradient(
grid-template-columns: auto minmax(0, 1fr) auto;
align-items: center;
gap: 0.9rem;
width: min(100%, 1420px);
width: min(100%, var(--wg-page-width));
min-height: 64px;
margin: 0 auto;
padding: 0.55rem clamp(0.85rem, 2vw, 1.5rem);
@@ -200,11 +200,24 @@ $wg-topbar-panel-bg: linear-gradient(
background: rgba(194, 163, 90, 0.08) !important;
}
// one primary vocabulary: the dark gold plate from _controls.scss
.wg-topbar .btn-primary,
.wg-topbar__register {
border-color: rgba(194, 163, 90, 0.34) !important;
color: #1b1208 !important;
background: linear-gradient(to bottom, #d8c28a, var(--wg-gold)) !important;
border: 1px solid var(--wg-gold-soft) !important;
color: #f0e6d8 !important;
background: linear-gradient(to bottom, #5a4a1a, #473914) !important;
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.06),
0 2px 8px rgba(0, 0, 0, 0.24);
}
.wg-topbar .btn-primary:hover,
.wg-topbar .btn-primary:focus,
.wg-topbar__register:hover,
.wg-topbar__register:focus {
border-color: var(--wg-gold) !important;
color: #fff4dd !important;
background: linear-gradient(to bottom, #6a5720, #53431a) !important;
}
.wg-topbar__login,