1. Others
  2. Hire
Reading Time 4 Min
Published 11 July, 24
Level Intermediate

Enable Dark Mode

Enhance your viewing experience by switching to dark mode. Easily toggle this setting on our app's settings page to reduce eye strain and enjoy a sleek, modern interface.

To enable dark mode, update the `src/partials/main.html` file by adding the `class="dark"` attribute to the `html` tag. This simple change will activate dark mode across your application, providing a modern and eye-friendly interface.

Enable Light Mode

Switch to light mode for a brighter, more traditional interface. Simply toggle this setting on our app's settings page to enjoy a clear and vibrant viewing experience.

To switch to light mode, update the `src/partials/main.html` file by adding the `class="light"` attribute to the `html` tag. This change will activate light mode, providing a bright and clear interface for your application.