From e33de4b26f70b6cb300a6f0dd4ee0e65ce99a250 Mon Sep 17 00:00:00 2001 From: yogeshwaran-c Date: Fri, 17 Apr 2026 08:29:33 +0530 Subject: [PATCH] fix(dark-mode): indicate dark color-scheme for native browser controls --- src/style/_dark-mode.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/_dark-mode.scss b/src/style/_dark-mode.scss index 17dd7000974..53bc280f771 100644 --- a/src/style/_dark-mode.scss +++ b/src/style/_dark-mode.scss @@ -85,6 +85,7 @@ $opblock_colors: ( ); html.dark-mode { + color-scheme: dark; background: $neutral-98; .swagger-ui {