From 5f8fc3055d97d44a7b5abbd2584f37c946055a2e Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 20:35:55 +0000 Subject: [PATCH] fix(docs): add color-scheme hint to signal native dark mode support Co-Authored-By: stephen@buildwithfern.com --- packages/fern-docs/bundle/src/components/css/base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/fern-docs/bundle/src/components/css/base.scss b/packages/fern-docs/bundle/src/components/css/base.scss index bbf5c6cee9..c66f105f9a 100644 --- a/packages/fern-docs/bundle/src/components/css/base.scss +++ b/packages/fern-docs/bundle/src/components/css/base.scss @@ -36,6 +36,7 @@ html { box-sizing: border-box; -webkit-tap-highlight-color: transparent; + color-scheme: light dark; } *,