Files
gitea-themes/styles/components/index.ts
T
2026-05-16 02:09:59 +08:00

27 lines
647 B
TypeScript

export const components = `
.following.bar.light {
background: color-mix(in srgb, var(--gt-color-surface) 92%, transparent);
border-bottom: 1px solid var(--gt-color-border);
backdrop-filter: blur(14px);
}
.repository .header-wrapper,
.repository.file.list #repo-files-table {
border-radius: var(--gt-radius-lg);
border: 1px solid var(--gt-color-border);
box-shadow: var(--gt-shadow-sm);
}
.feeds .news,
.dashboard.feeds .news {
border-radius: var(--gt-radius-lg);
background: var(--gt-color-surface);
}
.user.signin .ui.form,
.user.signup .ui.form {
border-radius: var(--gt-radius-lg);
box-shadow: var(--gt-shadow-md);
}
`;