diff --git a/src/style/_dark-mode.scss b/src/style/_dark-mode.scss index ea79fbc61a2..40cfa6d7d32 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 {