oficiodesign / initial-css

MIT License
4 stars 1 forks source link

Add color scheme declaration #98

Open robsonsobral opened 3 years ago

robsonsobral commented 3 years ago
:root {
  color-scheme: light dark; /* both supported */
}