From 6630a5dc2d3c493321186b6b7e213629e7ab45ed Mon Sep 17 00:00:00 2001 From: jamopopper Date: Sat, 29 Jun 2024 01:00:23 -0700 Subject: [PATCH] lord so help me make this format nicely --- index.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index 133c30c..d8ba242 100644 --- a/index.css +++ b/index.css @@ -141,7 +141,12 @@ ul:not(ul ul) { padding: 10px; } -code:not(code pre) { + +li input[type="checkbox"] { + list-style-position: inside; +} + +code:not(pre code) { font-family: 'Courier New', Courier, monospace; font-size: 100%; color: rgba(255, 255, 255, 0.9);