remove dark CSS biz

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

View File

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