Update globals.css

This commit is contained in:
Ian Jones 2023-07-25 13:57:46 -04:00
parent 6342808f94
commit a3053c1729

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);