diff --git a/src/components/Menu.vue b/src/components/Menu.vue
index a231646..dd3c4fc 100644
--- a/src/components/Menu.vue
+++ b/src/components/Menu.vue
@@ -38,7 +38,7 @@
-
@@ -108,7 +108,7 @@ const mainItems = [
{
title: "Inspirations",
path: "/inspirations",
- icon: "inspirations",
+ icon: "inspiration",
pill: "Nouveauté",
},
];
@@ -246,11 +246,15 @@ button[aria-controls="menu"][aria-expanded="false"] {
cursor: pointer;
}
-#menu .active,
#menu li:hover {
background-color: var(--color-grey-50);
}
+#menu .active {
+ background-color: var(--color-primary-10);
+}
+
+
#menu details {
font-family: var(--font-serif);
background-size: 1px 21px;