From 3be0141427e1a854e3e68b2d66694ca4d054e1a2 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Mon, 17 Jul 2023 01:49:33 -0400 Subject: [PATCH] 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 c75e4b3..c9327b7 100644 --- a/assets/css/elements.css +++ b/assets/css/elements.css @@ -56,4 +56,4 @@ blockquote { padding-left: 0.25em; } -p, h1, h2, h3, h4, h5, h6, label, code { cursor: text; } +p, h1, h2, h3, h4, h5, h6, label, code, ul, ol { cursor: text; }