Valentin Dupas

💡 If this is the first course you read from me, please read this small thing : about my courses

lightdark_et_system-colors

et variable fallbacks

:root {
  color-scheme: light dark;
  --text: light-dark(#000, #FFF);
  --bg: light-dark(#EEE, #242936);
}