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 はまだ評価されていません。