From c22f85854a4c220768fffa5405db09c99e5b7b3c Mon Sep 17 00:00:00 2001 From: swaggboi Date: Wed, 12 Jul 2023 22:22:12 -0400 Subject: [PATCH] Small style tweak for cursor --- assets/css/elements.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/elements.css b/assets/css/elements.css index d1ccb41..c75e4b3 100644 --- a/assets/css/elements.css +++ b/assets/css/elements.css @@ -47,7 +47,7 @@ pre > code { overflow-wrap: anywhere; } -a:hover { cursor: url('/cursors/finger.cur'), auto; } +a:hover, button { cursor: url('/cursors/finger.cur'), auto; } img { max-width: 100%; }