全局 a 标签下划线偏移

This commit is contained in:
lutinglt
2025-11-01 21:36:30 +08:00
parent b8c6eced7f
commit 4ac74837b3
3 changed files with 3 additions and 2 deletions

View File

@@ -85,7 +85,6 @@ export const activity = css`
// 动态的主要内容
> .flex-item-main {
gap: 8px !important;
text-underline-offset: 0.2rem;
// 动态的标题
> div:not([class]) {
display: flex;

View File

@@ -35,7 +35,6 @@ export const packagesList = css`
font-size: 12px;
a {
text-decoration: underline;
text-underline-offset: 3px;
}
}
}

View File

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