Merge pull request #2 from DruzyDowns/okay-layout

remove dark CSS biz
This commit is contained in:
Druzy Downs 2024-04-02 05:22:40 -04:00 committed by GitHub
commit bc371d1cfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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'] {