From 90f1a9e5298370d00c6c80ec17bb6da378f493b8 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 22 Dec 2022 11:24:17 +0800 Subject: [PATCH] Add text-side-adjust --- src/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.css b/src/index.css index 0d8fabe1..f54aa3bb 100644 --- a/src/index.css +++ b/src/index.css @@ -1,4 +1,6 @@ :root { + text-size-adjust: none; + --blue-color: royalblue; --purple-color: blueviolet; --green-color: green;