diff --git a/assets/css/styles.css b/assets/css/styles.css index b4cacb4b1b..098f39d374 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -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; }