From d66505e5bc45ade097537ba9a3a09423774e4caf Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 27 Sep 2025 17:57:24 +0300 Subject: [PATCH] fix(website): hover effect for buttons --- apps/website/src/pages/GetStarted/get-started.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/website/src/pages/GetStarted/get-started.css b/apps/website/src/pages/GetStarted/get-started.css index 50f041950..05417e96d 100644 --- a/apps/website/src/pages/GetStarted/get-started.css +++ b/apps/website/src/pages/GetStarted/get-started.css @@ -27,12 +27,12 @@ flex-direction: column; } -.download-card a { +.download-card a:not(.button) { color: var(--accent-color); text-decoration: none; } -.download-card a:hover { +.download-card a:not(.button):hover { text-decoration: underline; }