lightdark_et_system-colors
et variable fallbacks
:root {
color-scheme: light dark;
--text: light-dark(#000, #FFF);
--bg: light-dark(#EEE, #242936);
}
💡 If this is the first course you read from me, please read this small thing : about my courses
et variable fallbacks
:root {
color-scheme: light dark;
--text: light-dark(#000, #FFF);
--bg: light-dark(#EEE, #242936);
}