Theming

Auritus is designed to inherit the host page. Override with CSS custom properties or data attributes on the script tag.

<script
  src="https://aurit.us/embed.js"
  data-auritus-site-key="..."
  data-auritus-bg="#102018"
  data-auritus-fg="#e8efe9"
  data-auritus-accent="#3f8f78"
  data-auritus-font="Source Sans 3, sans-serif"
></script>