feat: default link to use blue color

This commit is contained in:
鲁树人 2023-06-12 22:55:09 +01:00
parent 10aa8ee20a
commit f2c93c9f85
2 changed files with 6 additions and 1 deletions

View File

@ -67,7 +67,7 @@ export function QMCv2AndroidInstructions() {
<code>adb</code> <code>adb</code>
<br /> <br />
💡 💡
<Link href="https://scoop.sh/#/apps?q=adb" isExternal color="blue.600"> <Link href="https://scoop.sh/#/apps?q=adb" isExternal>
使 Scoop <ExternalLinkIcon /> 使 Scoop <ExternalLinkIcon />
</Link> </Link>

View File

@ -30,6 +30,11 @@ export const theme = extendTheme({
userSelect: 'none', userSelect: 'none',
}, },
}, },
Link: {
baseStyle: {
color: 'blue.600',
},
},
}, },
styles: { styles: {
global: { global: {