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; } `;