Pro Feature

Customization

Match the widget to your brand using CSS variables.

Security & Integrity

LogPulse uses Enterprise-Grade Security to enforce plan limits. Branding removal and Pro features are controlled Server-Side. Tampering with the widget client-side will trigger self-protection mechanisms.

CSS Variables

Override these variables in your global CSS to change the widget's appearance. The widget uses Shadow DOM but inherits these specific variables if defined on the :root.

VariableDescriptionDefault
--logpulse-primaryPrimary brand color (buttons, links).#6366f1
--logpulse-bgBackground color of the widget panel.#ffffff
--logpulse-textMain text color.#18181b

Example Usage

:root {
  --logpulse-primary: #ec4899; /* Pink brand color */
  --logpulse-bg: #0f172a;      /* Dark blue background */
  --logpulse-text: #f8fafc;    /* Light text */
}