Skip to content

Commit

Permalink
feat: set antialiased
Browse files Browse the repository at this point in the history
  • Loading branch information
ngseke committed Jan 4, 2024
1 parent 6ae9f3f commit e7e3871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.sass
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

@layer base
body
@apply text-black-900 dark:bg-black-900 dark:text-black-100 touch-manipulation
@apply text-black-900 dark:bg-black-900 dark:text-black-100 touch-manipulation antialiased

code, kbd, samp, pre
@apply font-mono
Expand Down

0 comments on commit e7e3871

Please sign in to comment.