Module Arod_component.Theme

Design tokens and theme constants for the Arod site.

CSS custom properties for light/dark mode, typography, and spacing.

Tailwind CDN Config

Injected as an inline script after the Tailwind CDN <script> tag.

val tailwind_config : string

Theme Init Script

Tiny synchronous script for <head> that prevents FOUC by applying the .dark class before any CSS/rendering happens.

val theme_init_js : string

Custom CSS

Styles that can't be expressed purely via Tw utilities:

val custom_css : string