You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if you still need this, but for other people who are also looking for a way to do this, I managed to do it by going to /_sass/basic.sass and changing
@media (prefers-color-scheme: dark)
body
background: $dark
color: $light
to
@media (prefers-color-scheme: light)
body
background: $light
color: $dark
If you also want to get rid of the dark header and footer, go to the _config.yml file and change show_frame: true to show_frame: false.
Hi, how can I disable dark mode exhibition when using constrast theme?
The text was updated successfully, but these errors were encountered: