mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-21 22:23:56 +00:00
Optimize global line height
This commit is contained in:
@@ -2,7 +2,7 @@ import { css } from "src/types/vars";
|
||||
|
||||
export const body = css`
|
||||
body {
|
||||
line-height: 18px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
a {
|
||||
text-underline-offset: 0.2rem; // 0.2rem 可以始终保持下划线不受 overflow: hidden 的影响
|
||||
|
||||
Reference in New Issue
Block a user