mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-21 22:23:56 +00:00
全局 a 标签下划线偏移
This commit is contained in:
@@ -85,7 +85,6 @@ export const activity = css`
|
|||||||
// 动态的主要内容
|
// 动态的主要内容
|
||||||
> .flex-item-main {
|
> .flex-item-main {
|
||||||
gap: 8px !important;
|
gap: 8px !important;
|
||||||
text-underline-offset: 0.2rem;
|
|
||||||
// 动态的标题
|
// 动态的标题
|
||||||
> div:not([class]) {
|
> div:not([class]) {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -35,7 +35,6 @@ export const packagesList = css`
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
a {
|
a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
text-underline-offset: 3px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,4 +4,7 @@ export const body = css`
|
|||||||
body {
|
body {
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
|
a {
|
||||||
|
text-underline-offset: 0.2rem;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user