0.2rem -> 3.2px

This commit is contained in:
lutinglt
2025-11-01 21:45:13 +08:00
parent 4ac74837b3
commit 2901ef5fef

View File

@@ -5,6 +5,6 @@ export const body = css`
line-height: 18px; line-height: 18px;
} }
a { a {
text-underline-offset: 0.2rem; text-underline-offset: 3.2px;
} }
`; `;