mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-22 06:33:57 +00:00
Optimize global line height
This commit is contained in:
8
styles/public/table.ts
Normal file
8
styles/public/table.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { css, themeVars } from "src/types/vars";
|
||||
|
||||
export const table = css`
|
||||
.ui.table > tr > td,
|
||||
.ui.table > tbody > tr > td {
|
||||
border-top: 1px solid ${themeVars.color.secondary.alpha.num70};
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user