diff --git a/app/globals.css b/app/globals.css index e2f3e9aa..bd302e98 100644 --- a/app/globals.css +++ b/app/globals.css @@ -118,6 +118,16 @@ @apply text-muted-foreground dark:text-muted-foreground; } +.footnotes a { + content: url('/arrow-top-right.svg'); + display: inline-block; + width: 12px; + height: 12px; + vertical-align: top; + filter: invert(60%); /* Makes the SVG icon muted */ + @apply text-muted-foreground; +} + @-webkit-keyframes animate-svg-stroke-1 { 0% { stroke-dashoffset: 1798px; @@ -1781,3 +1791,4 @@ -webkit-animation: animate-svg-stroke-57 0.03s ease-in-out 1.68s both; animation: animate-svg-stroke-57 0.03s ease-in-out 1.68s both; } + diff --git a/bun.lockb b/bun.lockb index 5dbb8256..362834e4 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/public/arrow-top-right.svg b/public/arrow-top-right.svg new file mode 100644 index 00000000..c1016376 --- /dev/null +++ b/public/arrow-top-right.svg @@ -0,0 +1,8 @@ + + +