From 73fbc5a5e7918cb3a1dd63abd5b15be817e453cb Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 8 Nov 2023 14:32:38 +0100 Subject: [PATCH] docs: vm update --- .../theme/components/VueMasteryHomeLink.vue | 36 ++++++++++--------- .../theme/components/VueMasteryLogoLink.vue | 5 +-- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/packages/docs/.vitepress/theme/components/VueMasteryHomeLink.vue b/packages/docs/.vitepress/theme/components/VueMasteryHomeLink.vue index 6bde6b7c..af29f92d 100644 --- a/packages/docs/.vitepress/theme/components/VueMasteryHomeLink.vue +++ b/packages/docs/.vitepress/theme/components/VueMasteryHomeLink.vue @@ -1,47 +1,51 @@ - + - \ No newline at end of file + diff --git a/packages/docs/.vitepress/theme/components/VueMasteryLogoLink.vue b/packages/docs/.vitepress/theme/components/VueMasteryLogoLink.vue index 75557c0f..aa329d3b 100644 --- a/packages/docs/.vitepress/theme/components/VueMasteryLogoLink.vue +++ b/packages/docs/.vitepress/theme/components/VueMasteryLogoLink.vue @@ -26,6 +26,7 @@ a { align-items: center; margin-top: 10px; margin-bottom: 10px; + text-decoration: none !important; } .description { @@ -38,10 +39,6 @@ a { transition: color 0.5s; } -a:hover { - text-decoration: none !important; -} - .description span { color: var(--vp-c-brand); } -- 2.47.2