Skip to content

Commit b78fcab

Browse files
committed
chore: 修改了一些样式,无需关注本次commit
1 parent 1f6b805 commit b78fcab

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

app/components/LicenseNotice.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export function LicenseNotice({ className }: LicenseNoticeProps) {
88
return (
99
<p
1010
className={cn(
11-
"flex flex-wrap items-center justify-center gap-1 text-xs text-muted-foreground",
11+
"license-notice flex flex-wrap items-center justify-center gap-1 text-xs text-muted-foreground",
1212
className,
1313
)}
1414
>

app/globals.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@
3535
#nd-sidebar [aria-label="Collapse Sidebar"] {
3636
margin-top: auto;
3737
}
38+
.license-notice a {
39+
color: var(--color-foreground);
40+
text-decoration: underline;
41+
text-decoration-color: currentColor;
42+
text-underline-offset: 0.2em;
43+
}
44+
.license-notice a:visited {
45+
color: var(--color-foreground);
46+
}
3847
}
3948

4049
@utility text-balance {

0 commit comments

Comments
 (0)