chore: apply linter
This commit is contained in:
parent
0562a2e591
commit
424907e458
@ -15,10 +15,10 @@ export default defineConfig({
|
|||||||
maxWidth: '65ch',
|
maxWidth: '65ch',
|
||||||
color: 'inherit',
|
color: 'inherit',
|
||||||
a: {
|
a: {
|
||||||
color: 'inherit',
|
'color': 'inherit',
|
||||||
opacity: 0.75,
|
'opacity': 0.75,
|
||||||
fontWeight: '500',
|
'fontWeight': '500',
|
||||||
textDecoration: 'underline',
|
'textDecoration': 'underline',
|
||||||
'&:hover': {
|
'&:hover': {
|
||||||
opacity: 1,
|
opacity: 1,
|
||||||
color: colors.teal[600],
|
color: colors.teal[600],
|
Loading…
Reference in New Issue
Block a user