diff --git a/dev-helpers/style.css b/dev-helpers/style.css index 75a5daacdb1..78977c221df 100644 --- a/dev-helpers/style.css +++ b/dev-helpers/style.css @@ -3,6 +3,7 @@ html box-sizing: border-box; overflow: -moz-scrollbars-vertical; overflow-y: scroll; + color-scheme: light; } *, diff --git a/src/style/_dark-mode.scss b/src/style/_dark-mode.scss index ffa453fdbd3..fc94dadfdef 100644 --- a/src/style/_dark-mode.scss +++ b/src/style/_dark-mode.scss @@ -40,6 +40,7 @@ $opblock_colors: ( html.dark-mode { background: $neutral-98; + color-scheme: dark; .swagger-ui { color: $neutral-20;