App wide antialiasing (#3752)
enable app wide antialiasing Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
parent
e93964b67b
commit
b4511ac222
@ -2,6 +2,10 @@
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
* {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
:root {
|
||||
/* Default theme */
|
||||
--theme-loader: #ffffff;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user