Source added to the deck, ready for review before slide 4 ships.
// selector CSS needs shadowDom={false}; theme variables apply either way
<VeltProvider apiKey="..."><VeltComments shadowDom={false} /></VeltProvider>
body {
--velt-light-mode-accent: #4f46e5;
--velt-border-radius-md: 12px;
}CSS theming
Recolor, respace, and retype with --velt-* CSS variables, or your own CSS or Tailwind. Variable theming even works through the shadow DOM. The fastest path.






















Source added to the deck, ready for your review before slide 4 ships.