Skip to content

Commit

Permalink
fix: default light mode (#7381)
Browse files Browse the repository at this point in the history
  • Loading branch information
viliammihalik committed Aug 15, 2022
1 parent 3c01311 commit abc6e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/static/cms/sass/settings/_cms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $black: var(--dca-black);
color-scheme: dark light;
}

root[data-color-scheme="light"] {
:root[data-color-scheme="light"] {
color-scheme: light;
}

Expand Down

0 comments on commit abc6e6c

Please sign in to comment.