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>
18 lines
518 B
SCSS
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;
|
|
}
|