< /code>
:root{
color-scheme: light;
}
< /code>
@media (prefers-color-scheme: dark) {
:root {
--font-color: black;
}}
< /code>
- Are there any recommended CSS properties or techniques to handle this issue?
Подробнее здесь: https://stackoverflow.com/questions/789 ... is-enabled
Мобильная версия