aboutsummaryrefslogtreecommitdiffstats
path: root/web/dist/v3/themes/sakura.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/dist/v3/themes/sakura.css')
-rw-r--r--web/dist/v3/themes/sakura.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/dist/v3/themes/sakura.css b/web/dist/v3/themes/sakura.css
index f0fc990..48a1c0a 100644
--- a/web/dist/v3/themes/sakura.css
+++ b/web/dist/v3/themes/sakura.css
@@ -57,7 +57,8 @@ body {
background-color: var(--bg-color);
color: var(--text-color);
-webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
+ /* text-rendering: optimizeLegibility removed -- causes expensive text
+ shaping on all content, leading to scroll jank on mobile. */
}
/* ---- Sidebar ---- */