1
0
mirror of https://github.com/vercel/commerce.git synced 2025-09-19 14:20:15 +00:00

remove dark CSS biz

This commit is contained in:
druzydowns
2024-04-02 05:12:20 -04:00
parent f8576f5118
commit cd76a41fd4

@@ -2,11 +2,11 @@
@tailwind components;
@tailwind utilities;
@media (prefers-color-scheme: dark) {
/* @media (prefers-color-scheme: dark) {
html {
color-scheme: dark;
}
}
} */
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
img[loading='lazy'] {