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>
<br />
💡
<Link href="https://scoop.sh/#/apps?q=adb" isExternal color="blue.600">
<Link href="https://scoop.sh/#/apps?q=adb" isExternal>
使 Scoop <ExternalLinkIcon />
</Link>

View File

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