Description
Consider adding color-scheme support to our starter SCSS, perhaps in _normalize.scss, for things like iframes:
iframe {
color-scheme: auto;
}
More details to come.
Use Case
When a user enables dark-mode, iframes should adjust accordingly.
Description
Consider adding color-scheme support to our starter SCSS, perhaps in
_normalize.scss, for things like iframes:More details to come.
Use Case
When a user enables dark-mode, iframes should adjust accordingly.