fix font smoothing

This commit is contained in:
sawka 2024-06-21 12:56:07 -07:00
parent e583cefbea
commit cddff22f7c

View File

@ -13,6 +13,7 @@ body {
color: var(--main-text-color);
font: var(--base-font);
overflow: hidden;
-webkit-font-smoothing: auto;
}
*::-webkit-scrollbar {