From 24ab0066b7763979eab5bbd34ceb84a53487a93c Mon Sep 17 00:00:00 2001 From: swaggboi Date: Wed, 23 Aug 2023 17:34:13 -0400 Subject: [PATCH] Smol style tweak --- assets/css/elements.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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%; }