Update globals.css (#1113)

This commit is contained in:
Ian Jones 2023-07-25 14:05:25 -04:00 committed by GitHub
parent 6342808f94
commit 586f9bfe56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,12 @@
@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);