design: change link style and change themes
This commit is contained in:
4
.env
4
.env
@@ -1,2 +1,2 @@
|
|||||||
VITE_LIGHT_MODE=lemonade
|
VITE_LIGHT_MODE=nord
|
||||||
VITE_DARK_MODE=night
|
VITE_DARK_MODE=sunset
|
||||||
|
|||||||
@@ -42,6 +42,13 @@ module.exports = {
|
|||||||
'margin-top': 0,
|
'margin-top': 0,
|
||||||
'margin-bottom': 0,
|
'margin-bottom': 0,
|
||||||
'border-radius': '1rem'
|
'border-radius': '1rem'
|
||||||
|
},
|
||||||
|
a: {
|
||||||
|
'text-decoration': 'none',
|
||||||
|
color: 'oklch(var(--s))'
|
||||||
|
},
|
||||||
|
'a:hover': {
|
||||||
|
'text-decoration': 'underline'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user