Skip to content

Commit 5386f94

Browse files
committed
feat(website): removed box-shadow in dark mode
1 parent 8a6ab74 commit 5386f94

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

apps/website/app/theme.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,17 @@ button {
171171
:where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
172172
color: #ffffff;
173173
}
174+
}
175+
176+
.dark {
177+
178+
.shadow-2xs,
179+
.shadow-xs,
180+
.shadow-sm,
181+
.shadow-md,
182+
.shadow-lg,
183+
.shadow-xl,
184+
.shadow-2xl {
185+
box-shadow: 0 0 #0000;
186+
}
174187
}

0 commit comments

Comments
 (0)