Skip to content

Commit 5501971

Browse files
committed
Issue #9 Make footer links black
1 parent 642ae86 commit 5501971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/blockopensource/FooterBlockOS.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const copyrightText = footerBlockOSData.copyright || `© ${currentYear} ${footer
4040
<a
4141
href={link.href}
4242
{...(link.external && { target: '_blank', rel: 'noopener noreferrer' })}
43-
class="text-sm text-muted-foreground no-underline transition-colors duration-200 flex items-center gap-2 hover:text-foreground whitespace-nowrap"
43+
class="text-sm text-foreground no-underline transition-colors duration-200 flex items-center gap-2 hover:text-foreground whitespace-nowrap"
4444
>
4545
{link.icon && (
4646
<Icon name={link.icon} class="w-5 h-5 flex-shrink-0" />

0 commit comments

Comments
 (0)