Skip to content

Commit

Permalink
Update globals.css (#1113)
Browse files Browse the repository at this point in the history
  • Loading branch information
WITS authored Jul 25, 2023
1 parent 6342808 commit 586f9bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

1 comment on commit 586f9bf

@vercel
Copy link

@vercel vercel bot commented on 586f9bf Jul 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.