fix(web-ui): header title 14/20, drop turns counter, global grayscale antialiasing

This commit is contained in:
Yif
2026-07-28 12:18:18 +08:00
parent 16b54aa4c4
commit 0a625b1144
3 changed files with 6 additions and 17 deletions

View File

@@ -15,6 +15,10 @@ body,
body {
font-family: var(--dsw-font-family);
/* Grayscale antialiasing over subpixel rendering: WebKit/Blink and the
Firefox macOS equivalent; other engines ignore both lines. */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: var(--dsw-alias-label-primary);
background: var(--dsw-alias-bg-base);
}