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;
}
-1
View File
@@ -100,7 +100,6 @@ body.user-messages-page .topic-list-item {
}
.topic-list-item {
-webkit-font-smoothing: antialiased;
text-overflow: ellipsis;
padding: 0.75em 1rem;
border: 1px solid var(--primary-300);