Skip to content

Commit 2237700

Browse files
committed
improvement: globals styling with antialiased in dark mode only
1 parent c3f104b commit 2237700

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

apps/sim/app/globals.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
}
235235

236236
body {
237-
@apply bg-background text-foreground antialiased;
237+
@apply bg-background text-foreground;
238238
overscroll-behavior-x: none;
239239
overscroll-behavior-y: none;
240240
min-height: 100vh;
@@ -246,6 +246,10 @@
246246
letter-spacing: 0.28px;
247247
}
248248

249+
.dark body {
250+
@apply antialiased;
251+
}
252+
249253
/* Global Scrollbar Styling */
250254
::-webkit-scrollbar {
251255
width: var(--scrollbar-size);

0 commit comments

Comments
 (0)