alleyinteractive / alleyinteractive/create-wordpress-theme
Add color-scheme support
Aperta
- Lingua principale
- PHP
- Stelle
- 8
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
### 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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.