diff --git a/app/docs/md/enhance-styles/customization.md b/app/docs/md/enhance-styles/customization.md index 8e4a63bb..84252a3c 100644 --- a/app/docs/md/enhance-styles/customization.md +++ b/app/docs/md/enhance-styles/customization.md @@ -101,6 +101,20 @@ If you’d like to opt out of the styles generated by the `theme` module, you ca } ``` +#### Light/Dark mode + +By default Enhance Styles ships with light and dark mode enabled. If you want your app to support only light or only dark mode drop this CSS in your [head](/docs/conventions/head) as a global style: + + +```html + +``` + Read more about themes