From 0e787401f0058c215f1d1ebec31e5d9363dff6a0 Mon Sep 17 00:00:00 2001 From: tutaru99 Date: Fri, 8 Nov 2024 11:23:34 +0100 Subject: [PATCH] Better transition --- components/modals/TheModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/modals/TheModal.vue b/components/modals/TheModal.vue index dd87a18..8986f2a 100644 --- a/components/modals/TheModal.vue +++ b/components/modals/TheModal.vue @@ -166,7 +166,7 @@ onUnmounted(() => { &__link { color: var(--color-text); text-decoration: none; - transition: color 0.3s ease-in-out; + transition: color 0.3s ease; &:hover { color: var(--color-primary);