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%; }