ui: font smoothing

This commit is contained in:
Eugene 2025-02-26 16:50:32 +01:00
parent fda8e15e8d
commit 42798eed6e
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -76,6 +76,7 @@ $font-family-os: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
#app {
display: block;
-webkit-font-smoothing: antialiased;
}
.page-summary-bar {