diff --git a/front/src/style/colors.scss b/front/src/style/colors.scss index 7460d07c6..d5da6fa1c 100644 --- a/front/src/style/colors.scss +++ b/front/src/style/colors.scss @@ -134,13 +134,13 @@ &.is-hovered, &:hover { - --fw-bg-color: var(--fw-gray-300); + --fw-bg-color: var(--fw-gray-200); } &.is-active, &.active, &:active { - --fw-bg-color: var(--fw-gray-400); + --fw-bg-color: var(--fw-gray-300); &.router-link-exact-active { --fw-bg-color: var(--fw-gray-500); } diff --git a/front/src/ui/components/Sidebar.vue b/front/src/ui/components/Sidebar.vue index 6e507cbaf..95999e0de 100644 --- a/front/src/ui/components/Sidebar.vue +++ b/front/src/ui/components/Sidebar.vue @@ -91,16 +91,18 @@ const uploads = useUploadsStore() /> -