From a6b0d4619f3969358dd50d48c728fcdf09d1cd1f Mon Sep 17 00:00:00 2001 From: futile Date: Sat, 14 Dec 2024 09:22:16 +0000 Subject: [PATCH] make non -wrapped buttons still switch cursor to pointer when hovered --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 6d42110..01ce500 100644 --- a/index.html +++ b/index.html @@ -156,6 +156,10 @@ color: var(--primary-color); } + .footer.buttons img { + cursor: pointer; + } + .footer.quote { text-align: center; margin: -8px auto auto auto;