Skip to main content

Dark mode

This document provides detailed instructions on how to enable the dark mode feature for PushFeedback on your website. By following these steps, you can enhance the visual experience for users who prefer a darker color scheme.

How to enable the dark mode

To activate dark mode for PushFeedback, you will need to modify the HTML structure of your website.

This involves adding a specific attribute to the main <html> tag of your site's HTML code.

<html data-theme="dark">
<!-- Your existing HTML content -->
</html>

This change signals PushFeedback to switch to its dark theme.

Example