alleyinteractive / alleyinteractive/create-wordpress-theme
Add color-scheme support
未关闭
- 主要语言
- PHP
- 星标
- 8
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
### 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.
贡献指南
评估
这个 Issue 还没有评估数据。