style: font antialiasing

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2023-09-28 10:25:22 +02:00
parent c6aa90c33a
commit dab13dbaff
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@
display: none !important;
}
:root {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.link {
@apply text-blue-light dark:text-blue-dark underline-offset-2 underline;
}