archvillainette c3851107ab Theme post code blocks + a11y fixes (impeccable audit) (#25)
Code blocks in posts rendered with the markdown plugin's default light highlight.js theme — white blocks on the dark ledger. This adds dark velvet pre/code styling and a Westgate-toned syntax palette (gold keywords, ledger-ink titles, muted green strings) for post content and the composer preview.

Also picks up the quick wins from an impeccable audit:

- Visible focus ring on the mobile drawer search (input had `outline: 0` with no replacement)
- Input placeholder contrast raised to pass WCAG 4.5:1; tagsinput placeholder reuses the token instead of `$gray-500`
- `prefers-reduced-motion` block zeroing transitions/animations (there were none before)
- Fixed a stray `</li>` closing a `<div>` in `quick-search-results.tpl`

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Reviewed-on: #25
Co-authored-by: vickydotbat <vickydotbat@tutamail.com>
Co-committed-by: vickydotbat <vickydotbat@tutamail.com>
2026-07-16 14:44:39 +00:00
2026-07-11 14:18:22 +00:00
2026-07-11 14:18:22 +00:00
2026-07-12 12:06:30 +00:00
2021-12-04 13:38:04 -05:00
2026-07-11 14:18:22 +00:00
2026-06-07 09:53:02 +02:00
2026-04-22 14:40:59 +02:00
2026-06-25 06:55:16 +00:00
2026-07-11 14:18:22 +00:00
2026-04-21 08:38:51 +02:00
2026-04-22 12:05:47 +02:00
2026-05-24 11:15:48 +02:00

Quickstart Theme for NodeBB

Also, add a screenshot! Take a picture of your theme, and save it as "screenshot.png" in the root of your theme folder, then add this to theme.json:

"screenshot": "screenshot.png"

Credits

Material theme by pichalite.

S
Description
NodeBB: Our custom website theme.
Readme GPL-3.0
34 MiB
Languages
SCSS 31.7%
HTML 30.4%
JavaScript 22.6%
Go Template 15.3%