We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f6b805 commit b78fcabCopy full SHA for b78fcab
2 files changed
app/components/LicenseNotice.tsx
@@ -8,7 +8,7 @@ export function LicenseNotice({ className }: LicenseNoticeProps) {
8
return (
9
<p
10
className={cn(
11
- "flex flex-wrap items-center justify-center gap-1 text-xs text-muted-foreground",
+ "license-notice flex flex-wrap items-center justify-center gap-1 text-xs text-muted-foreground",
12
className,
13
)}
14
>
app/globals.css
@@ -35,6 +35,15 @@
35
#nd-sidebar [aria-label="Collapse Sidebar"] {
36
margin-top: auto;
37
}
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
46
47
48
49
@utility text-balance {
0 commit comments