Dark mode
The feedback widget automatically switches to dark mode when your site uses a dark theme. You can also enable it manually.
How to enable the dark mode
To activate dark mode, add a data-theme attribute to your site's <html> tag.
<html data-theme="dark">
<!-- Your existing HTML content -->
</html>
This change signals PushFeedback to switch to its dark theme.