File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments