diff --git a/front/src/components/ui/popover.scss b/front/src/components/ui/popover.scss
index 90b567004..b711683bb 100644
--- a/front/src/components/ui/popover.scss
+++ b/front/src/components/ui/popover.scss
@@ -65,6 +65,8 @@
.popover-item {
cursor: pointer;
+ color: var(--color) !important;
+ text-decoration: none;
padding-left: 8px;
height: 32px;
display: flex;
diff --git a/front/src/ui/components/UserMenu.vue b/front/src/ui/components/UserMenu.vue
index c6a9423ef..fa6b58f43 100644
--- a/front/src/ui/components/UserMenu.vue
+++ b/front/src/ui/components/UserMenu.vue
@@ -70,21 +70,18 @@ const labels = computed(() => ({
{{ labels.notifications }}
-