alleyinteractive / alleyinteractive/create-wordpress-theme
Add color-scheme support
Đang mở
- Ngôn ngữ chính
- PHP
- Star
- 8
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
### 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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.