Files
sow-nodebb-theme/scss/westgate/_search.scss
T
archvillainetteandClaude Opus 5 ea36116e62 prototype(#53): palette candidates as runtime token swaps
Throwaway. Tokenises the theme's literal colours so candidate palettes can be
swapped in the browser, adds three candidates (Plum Noir one-metal, two-metal
pewter, two-metal plus a champagne inset), a WCAG checker, a seeder and the
screenshots they are judged on.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-31 16:31:41 +02:00

18 lines
518 B
SCSS

/* Wiki badge on global search results (quick-search dropdown + /search page).
Marks results tagged by nodebb-plugin-westgate-wiki (isWikiArticle/wikiPath). */
.westgate-wiki-badge {
font-family: var(--wg-font-ui);
font-size: 0.62em;
font-weight: 600;
letter-spacing: 0.09em;
text-transform: uppercase;
color: var(--wg-gold);
background: rgba(var(--wg-gold-rgb), 0.1);
border: 1px solid var(--wg-ledger-border);
vertical-align: middle;
}
.quick-search-results .westgate-wiki-badge {
font-size: 0.7rem;
}