tiny, simple, classless CSS framework inspired by new.css devcss.devins.page
framework lightweight css classless stylesheet

fix: light-dark @supports query

+1 -1
+1 -1
dev.css
··· 196 196 text-decoration: underline; 197 197 } 198 198 199 - @supports not (light-dark()) { 199 + @supports not (color: light-dark(#fff, #000)) { 200 200 a { 201 201 text-decoration: underline; 202 202 }