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 {