chore: apply linter

This commit is contained in:
hanlee 2021-03-16 03:49:51 +09:00
parent 0562a2e591
commit 424907e458

View File

@ -15,10 +15,10 @@ export default defineConfig({
maxWidth: '65ch',
color: 'inherit',
a: {
color: 'inherit',
opacity: 0.75,
fontWeight: '500',
textDecoration: 'underline',
'color': 'inherit',
'opacity': 0.75,
'fontWeight': '500',
'textDecoration': 'underline',
'&:hover': {
opacity: 1,
color: colors.teal[600],