UX: font smoothing (#42)

This commit is contained in:
Jordan Vidrine
2025-03-11 17:20:14 -05:00
committed by GitHub
parent 1f55a9d9a2
commit 97b379eb08
2 changed files with 4 additions and 1 deletions
+4
View File
@@ -2,6 +2,10 @@ html:not(:has(.has-full-page-chat)) {
background-color: var(--background-color);
}
body {
-webkit-font-smoothing: antialiased;
}
:root {
--main-grid-gap: 2em;
}