Skip to content

Commit 7cf5114

Browse files
fix(dark-mode): indicate dark color-scheme for native browser controls (#10844)
Co-authored-by: Shikha Saboo Lakhotia <102152915+cka121@users.noreply.github.com>
1 parent 1b556c9 commit 7cf5114

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/style/_dark-mode.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ $opblock_colors: (
8585
);
8686

8787
html.dark-mode {
88+
color-scheme: dark;
8889
background: $neutral-98;
8990

9091
.swagger-ui {

0 commit comments

Comments
 (0)