diff --git a/app/docs/md/enhance-styles/customization.md b/app/docs/md/enhance-styles/customization.md index 8e4a63bb..eea4f4e7 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 support for automatic light and dark mode styles. If you want your app to support only light *or* dark mode, drop this CSS in your [head](/docs/conventions/head) as a global style: + + +```html + +``` + Read more about themes