Added first sidebar draft

This commit is contained in:
Alexis
2025-04-28 17:18:06 +02:00
parent 93a03ca4e2
commit a5f7e1ded9
8 changed files with 111 additions and 16 deletions

View File

@@ -66,6 +66,8 @@ module.exports = {
boxShadow: {
"body-dark": "hsla(250, 50%, 10%, 0.75) 0 0 32px 2px inset",
"body-light": "hsl(250, 60%, 85%) 0 0 18px 3px inset",
"navbar-dark": "hsla(250, 50%, 10%, 0.75) 0 0 32px 2px",
"navbar-light": "hsl(250, 60%, 85%) 0 0 18px 3px",
},
borderRadius: {
xl: "calc(var(--radius) + 4px)",