···5050Also all components should be accessible (to the best of my knowledge).
5151Please let me know [if you find any issues there](https://github.com/flo-bit/ui-kit/issues).
52525353-## Dark mode
5353+### Dark mode
54545555-This ui kit is designed to be used in both light and dark mode
5656-(and switch automatically depending on system settings).
5757-If you want to disable dark mode, add the following to your app.css:
5555+This ui kit is designed to be used in both light and dark mode, and can be used in the following ways:
58565757+1. light mode only (default), for dark mode only, add the `dark` class to the `html` element in your app.
5858+5959+2. Allow users to switch between modes using the [\<ThemeToggle /\>](/ui-kit/components/core/theme-toggle) component (before being pressed will default mode to system settings).
6060+6161+3. automatically chooses the mode based on the system settings, simply remove the following from your app.css:
5962```css
6063@custom-variant dark (&:is(.dark *));
6164```
6262-6363-Similarly you can disable light mode:
6464-6565-1. Add the above code to your app.css
6666-2. Add the `dark` class to the `html` element in your app.
67656866## Contributing/Feedback
6967