From 9f8f87868f40fe69fe2d90703577c170cf510a8d Mon Sep 17 00:00:00 2001 From: Simon MacDonald Date: Tue, 25 Jun 2024 14:13:56 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Cole Peters --- app/docs/md/enhance-styles/customization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/docs/md/enhance-styles/customization.md b/app/docs/md/enhance-styles/customization.md index 84252a3..eea4f4e 100644 --- a/app/docs/md/enhance-styles/customization.md +++ b/app/docs/md/enhance-styles/customization.md @@ -101,9 +101,9 @@ If you’d like to opt out of the styles generated by the `theme` module, you ca } ``` -#### Light/Dark mode +#### 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: +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