themes-scifi-clean/text_override.templ
Alex Dunmow 96b87b3e81 initial: theme plugin scifi-clean
Bootstrapped during the 2026-06-06 BlockNinja consolidation. Was previously
an unversioned directory inside ~/src/blockninja-themes/scifi-clean.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-06 14:11:43 +08:00

9 lines
299 B
Plaintext

package main
// scifiTextComponent renders Inter body copy with the tabular-nums numeral treatment.
templ scifiTextComponent(text, class string) {
<div class={ "scifi-body prose max-w-none text-foreground tabular-nums", class } style="font-family: var(--font-body);">
@templ.Raw(text)
</div>
}