alleyinteractive / alleyinteractive/create-wordpress-theme

Add color-scheme support

Open
#54 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
8
Forks
0
PR merge metrics
No merged PRs in 30d

Description

### Description

Consider adding color-scheme support to our starter SCSS, perhaps in `_normalize.scss`, for things like iframes:
```scss
iframe {
color-scheme: auto;
}
```

More details to come.

### Use Case

When a user enables dark-mode, iframes should adjust accordingly.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.