diff --git a/index.css b/index.css index b4ec49ce..933434cf 100644 --- a/index.css +++ b/index.css @@ -1990,7 +1990,7 @@ input[type="checkbox"] { .checkbox + .checkbox-label:before { content: ""; display: inline-block; - vertical-align: middle; + vertical-align: bottom; width: 0.6em; height: 0.6em; padding: 0.2em; @@ -1998,6 +1998,7 @@ input[type="checkbox"] { border: 1px solid darkgrey; border-radius: 15%; background: white; + font-family: var(--monospace); } .checkbox:checked + .checkbox-label:before { diff --git a/index.html b/index.html index 1d85f466..02018cf7 100644 --- a/index.html +++ b/index.html @@ -138,7 +138,7 @@ } - + @@ -4433,9 +4433,9 @@ > -
+
- +
@@ -5268,24 +5268,20 @@