diff --git a/src/.vitepress/theme/components/CustomHomeFeature.vue b/src/.vitepress/theme/components/CustomHomeFeature.vue index d6993f1..14b9c38 100644 --- a/src/.vitepress/theme/components/CustomHomeFeature.vue +++ b/src/.vitepress/theme/components/CustomHomeFeature.vue @@ -94,7 +94,7 @@ const handleClick = (event: Event) => { color: themes.$color-text-active; &:hover { - color: themes.$color-text-link; + color: themes.$color-text-link !important; } #{$el}Disabled & { diff --git a/src/index.md b/src/index.md index fd74098..549c342 100644 --- a/src/index.md +++ b/src/index.md @@ -43,7 +43,7 @@ features: link: '' icon: profile_circled items: [ - { title: Пользователи, link: /platform/index }, + { title: Пользователи }, { title: Роли }, { title: Проекты } ]