Skip to content

Commit 2cda7f8

Browse files
CopilotMaanavD
andcommitted
Fix video links accessibility: Add color and underline styling
Co-authored-by: MaanavD <24942306+MaanavD@users.noreply.github.com>
1 parent f92607c commit 2cda7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/components/videogallery.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
allowfullscreen
2323
/>
2424
<div class="text-center">
25-
<a class="text-xl" href={video.link}>
25+
<a class="text-xl text-primary underline hover:text-primary-focus" href={video.link}>
2626
{video.title}
2727
</a>
2828
</div>

0 commit comments

Comments
 (0)