Fix file link color in post list

This commit is contained in:
Max Leiter 2023-07-21 21:35:36 -07:00
parent 92e16cde18
commit 18bc4c219f

View file

@ -156,7 +156,6 @@ const ListItem = ({
return ( return (
<li key={file.id} className="text-black"> <li key={file.id} className="text-black">
<Link <Link
colored
href={`/post/${post.id}#${file.title}`} href={`/post/${post.id}#${file.title}`}
className="flex items-center gap-2 font-mono text-sm text-foreground" className="flex items-center gap-2 font-mono text-sm text-foreground"
> >