Skip to content

Commit ce01721

Browse files
committed
修改 footer 底部文字样式
1 parent b9403ec commit ce01721

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

packages/pure/components/basic/Footer.astro

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,8 @@ const socialLinks = normalizeSocialLinks(footerConf.social)
100100
<a
101101
href='https://github.com/cworld1/astro-theme-pure'
102102
target='_blank'
103-
class='hover:text-primary'
103+
class='hover:text-primary external-link'
104104
>
105-
{/* <DevIcon name='devicon:astro' class='size-4' /> */}
106105
Astro & Pure theme
107106
</a>
108107
<span class='inline-flex items-center gap-x-1'>powered</span>
@@ -123,9 +122,9 @@ const socialLinks = normalizeSocialLinks(footerConf.social)
123122

124123
return (
125124
<a
126-
class='inline-block text-muted-foreground transition-all hover:text-muted-foreground/75'
125+
class='inline-block external-link text-muted-foreground transition-all hover:text-muted-foreground/75'
127126
href={url}
128-
aria-label={label}
127+
aria-labelledby={label}
129128
target='_blank'
130129
rel='noopener noreferrer'
131130
>

0 commit comments

Comments
 (0)