elladunbar.com/style.css
2025-10-14 18:47:40 -05:00

5 lines
107 B
CSS

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