Skip to content

Commit 258f446

Browse files
committed
css: remove global greyscale filter on light theme
1 parent 2b0e3d3 commit 258f446

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/app/globals.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@
120120
}
121121

122122
@layer base {
123-
html:not(.dark) {
124-
filter: grayscale(100%);
125-
}
126123
body {
127124
@apply bg-background text-foreground flex flex-col min-h-screen text-base transition-colors duration-300;
128125
}

0 commit comments

Comments
 (0)