App wide antialiasing (#3752)

enable app wide antialiasing

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
Sean Hatfield 2025-05-02 14:11:17 -07:00 committed by GitHub
parent e93964b67b
commit b4511ac222
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,10 @@
@tailwind components;
@tailwind utilities;
* {
-webkit-font-smoothing: antialiased;
}
:root {
/* Default theme */
--theme-loader: #ffffff;