Skip to content

Commit

Permalink
chore: replace system icon in footnotes
Browse files Browse the repository at this point in the history
  • Loading branch information
zpuckeridge committed Jan 22, 2025
1 parent 42e527d commit acc36df
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
}

Binary file modified bun.lockb
Binary file not shown.
8 changes: 8 additions & 0 deletions public/arrow-top-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit acc36df

Please sign in to comment.