From 98cc4a877ab5956d4b6b6a14e9c88c6984617e85 Mon Sep 17 00:00:00 2001 From: Icd-Kohi Date: Thu, 27 Aug 2026 19:21:03 -0300 Subject: [PATCH] feat(website): make landing page's subscribe button `.sp-button` to be `cursor: pointer;` --- website/src/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/styles.css b/website/src/styles.css index 50072a9d4..6c307f08b 100644 --- a/website/src/styles.css +++ b/website/src/styles.css @@ -245,6 +245,7 @@ font-family: inherit !important; height: 2.5rem !important; padding: 0 1.5rem !important; + cursor: pointer; } .sp-form .sp-button:hover {