Member Junction
    Preparing search index...

    Optional advanced-customization layer applied on top of the seed-derived tokens.

    interface OverlayOptions {
        customCss?: string | null;
        overrides?: Record<string, string> | null;
    }
    Index

    Properties

    customCss?: string | null

    Raw CSS appended after the token block, auto-scoped under the overlay selector via native CSS nesting so it only applies when this theme is active. Escape hatch.

    overrides?: Record<string, string> | null

    Per-token overrides merged over the derived overlay vars (override wins). Keys are --mj-* custom-property names; applied in the same mode-agnostic overlay block.