diff --git a/assets/css/elements.css b/assets/css/elements.css index 90ffc29..d58d4c4 100644 --- a/assets/css/elements.css +++ b/assets/css/elements.css @@ -47,7 +47,9 @@ pre > code { overflow-wrap: anywhere; } -a:hover, button { cursor: url('/cursors/finger.cur'), auto; } +a:hover, button, input[type="checkbox"] { + cursor: url('/cursors/finger.cur'), auto; +} img { max-width: 100%; }