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>
This commit was merged in pull request #25.
This commit is contained in:
@@ -1,5 +1,24 @@
|
||||
{
|
||||
"wiki-badge": "Wiki",
|
||||
"404.title": "You've wandered off the map.",
|
||||
"404.message": "This alley leads nowhere, and in Westgate, nowhere is where the Night Masks find you.<br>Turn back to the <a href=\"%1/\">lantern-lit streets</a> before they notice you lingering."
|
||||
"404.message": "This alley leads nowhere, and in Westgate, nowhere is where the Night Masks find you.<br>Turn back to the <a href=\"%1/\">lantern-lit streets</a> before they notice you lingering.",
|
||||
"view-original": "View Original",
|
||||
"copy-handle": "Copy handle",
|
||||
"select-topic": "Select topic",
|
||||
"footer.description": "A Neverwinter Nights: Enhanced Edition persistent world of gothic intrigue, set in the Forgotten Realms port city of Westgate.",
|
||||
"footer.motto": "Mind the shadows.",
|
||||
"footer.explore": "Explore",
|
||||
"footer.home": "Home",
|
||||
"footer.news": "News",
|
||||
"footer.gallery": "Gallery",
|
||||
"footer.dev-blog": "Dev Blog",
|
||||
"footer.join-team": "Join the Team",
|
||||
"footer.community": "Community",
|
||||
"footer.forums": "Forums",
|
||||
"footer.wiki": "Wiki",
|
||||
"footer.register": "Register",
|
||||
"footer.how-to-join": "How to Join",
|
||||
"footer.copyright": "© %1 Shadows Over Westgate · A NWN:EE Persistent World",
|
||||
"footer.setting": "Forgotten Realms · Westgate · Sea of Fallen Stars",
|
||||
"footer.powered-by": "Powered by"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user