Fix text-selecting cursor for now (gotta be a better way...)

This commit is contained in:
Daniel Bowling 2023-07-05 23:18:29 -04:00
parent b548b209e3
commit 05352fe938

View File

@ -54,3 +54,5 @@ blockquote {
border-left: solid black;
padding-left: 0.25em;
}
p, h1, h2, h3, h4, h5, h6, label, code { cursor: text; }