mirror of
https://github.com/snachodog/just-the-docs.git
synced 2026-06-03 22:58:32 -06:00
e8032a0c2a
Previously, the color scheme information was not passed on to the
browser. This could result in scrollbars being light, when the dark
theme is in use.
Now, `:root { color-scheme: $color-scheme; }` is specified.
This will ensure the color theme is enforced.
Ref: https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme