Skip to content

Theming Support

Choose a tag to compare

@mylesj mylesj released this 17 Sep 20:57
· 8 commits to main since this release
73a3e77

Automatically attempt to match the current page styling - can be diabled by setting autotheme to false in the config.

Otherwise exposes overridable CSS classes:

:root {
    --nomnoml-svg-stroke: <color>;
    --nomnoml-svg-fill-1: <color>;
    --nomnoml-svg-fill-2: <color>;
}