From 2901ef5fefa59de13871f73b22702460873c4674 Mon Sep 17 00:00:00 2001 From: lutinglt Date: Sat, 1 Nov 2025 21:45:13 +0800 Subject: [PATCH] 0.2rem -> 3.2px --- styles/public/base.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/public/base.ts b/styles/public/base.ts index 4fc6bbe..a8fc603 100644 --- a/styles/public/base.ts +++ b/styles/public/base.ts @@ -5,6 +5,6 @@ export const body = css` line-height: 18px; } a { - text-underline-offset: 0.2rem; + text-underline-offset: 3.2px; } `;