mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-21 22:23:56 +00:00
11 lines
148 B
TypeScript
11 lines
148 B
TypeScript
import { css } from "src/types/vars";
|
|
|
|
export const body = css`
|
|
body {
|
|
line-height: 18px;
|
|
}
|
|
a {
|
|
text-underline-offset: 0.2rem;
|
|
}
|
|
`;
|