design: change link style and change themes

This commit is contained in:
Julien Calixte
2025-01-01 22:19:54 +01:00
parent cc783ff111
commit 84b72567ce
2 changed files with 9 additions and 2 deletions

4
.env
View File

@@ -1,2 +1,2 @@
VITE_LIGHT_MODE=lemonade
VITE_DARK_MODE=night
VITE_LIGHT_MODE=nord
VITE_DARK_MODE=sunset

View File

@@ -42,6 +42,13 @@ module.exports = {
'margin-top': 0,
'margin-bottom': 0,
'border-radius': '1rem'
},
a: {
'text-decoration': 'none',
color: 'oklch(var(--s))'
},
'a:hover': {
'text-decoration': 'underline'
}
}
}