4
0
forked from crowetic/commerce

Removes color-scheme

This commit is contained in:
Michael Novotny 2023-08-01 21:33:17 -05:00
parent 1d5242eef3
commit c6c6c7c1cc
No known key found for this signature in database

@ -2,12 +2,6 @@
@tailwind components;
@tailwind utilities;
@media (prefers-color-scheme: dark) {
html {
color-scheme: dark;
}
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
img[loading='lazy'] {
clip-path: inset(0.6px);