improvements

This commit is contained in:
2026-07-11 15:26:30 +02:00
parent 950f3ba90b
commit 71ecf96a3f
23 changed files with 239 additions and 3406 deletions
+12 -20
View File
@@ -127,7 +127,7 @@
p {
margin: 0;
color: #7f756f;
color: var(--wg-text-muted);
font-family: var(--wg-font-ui);
font-size: 0.78rem;
line-height: 1.45;
@@ -148,6 +148,7 @@
text-align: center;
}
// quiet ghost credits — third-party names must never be the loudest pixels
.wg-footer .wg-footer__powered-pill {
display: inline-flex;
align-items: center;
@@ -155,46 +156,37 @@
gap: 0.45rem;
width: 10.875rem;
min-height: 2rem;
border: 1px solid var(--wg-border);
border: 1px solid var(--wg-border-soft);
border-radius: 8px;
padding: 0.42rem 0.75rem;
color: var(--wg-text-muted);
background: var(--wg-velvet-panel);
box-shadow: var(--wg-velvet-shadow);
background: rgba(255, 244, 221, 0.02);
&:hover,
&:focus {
border-color: rgba(194, 163, 90, 0.22);
color: #efe7da;
background: var(--wg-velvet-panel-hover);
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.035),
inset 0 0 38px rgba(120, 36, 84, 0.14),
0 12px 30px rgba(0, 0, 0, 0.3);
color: var(--wg-text-soft);
background: rgba(194, 163, 90, 0.06);
}
&:focus-visible {
outline: none;
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.035),
inset 0 0 38px rgba(120, 36, 84, 0.14),
0 0 0 2px rgba(194, 163, 90, 0.18),
0 12px 30px rgba(0, 0, 0, 0.3);
outline: 2px solid var(--wg-focus-ring);
outline-offset: 2px;
}
}
.wg-footer .wg-footer__powered-label {
color: var(--wg-ledger-ink);
color: var(--wg-text-muted);
font-size: 0.78rem;
font-weight: 600;
white-space: nowrap;
}
.wg-footer .wg-footer__powered-name {
color: #f2edf7;
font-family: var(--wg-font-display);
color: var(--wg-text-soft);
font-family: var(--wg-font-ui);
font-size: 0.82rem;
font-weight: 700;
font-weight: 600;
letter-spacing: 0.04em;
white-space: nowrap;
}