Skip to content

Commit cec0224

Browse files
relativeanonrig
authored andcommitted
fix: add dark styling to emphasized Link on index
1 parent 10c3ba9 commit cec0224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default function IndexPage() {
5454
On a benchmark where we need to validate and normalize{' '}
5555
<Link
5656
href='https://github.com/ada-url/url-various-datasets/tree/main/top100'
57-
className='text-black font-bold underline'
57+
className='text-black dark:text-white font-bold underline'
5858
>
5959
thousands of URLs found on popular websites
6060
</Link>{' '}

0 commit comments

Comments
 (0)