Skip to content

Commit 4bf2249

Browse files
committed
style(light-theme): convert entire website into grayscale mode
1 parent 576f4ba commit 4bf2249

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/globals.css

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

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

0 commit comments

Comments
 (0)