Skip to content

Commit

Permalink
simple-footer 备案号字体颜色
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Jan 24, 2025
1 parent 3688bab commit 4c360b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/simple/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Footer(props) {
{siteConfig('BEI_AN') && (
<a
href='https://beian.miit.gov.cn/'
className='text-black dark:text-gray-200 no-underline hover:underline ml-4'>
className='no-underline hover:underline ml-4'>
{siteConfig('BEI_AN')}
</a>
)}
Expand Down

0 comments on commit 4c360b9

Please sign in to comment.