ownmedia/src/style.css
Alan Daniels c3d9af72ae init
2025-11-02 12:29:40 +11:00

13 lines
223 B
CSS

@import "tailwindcss";
/* @custom-variant dark (&:where(.dark, .dark *)); */
body {
background: var(--color-slate-100);
color: black;
@variant dark {
color: white;
background: var(--color-slate-900);
}
}