diff --git a/css/base.css b/css/base.css
index 9c900e0..056b021 100644
--- a/css/base.css
+++ b/css/base.css
@@ -79,7 +79,7 @@ ul {
}
details {
- margin: 10px 0;
+ margin: 20px 0;
}
details:not([open]) summary {
@@ -87,6 +87,10 @@ details:not([open]) summary {
color: var(--subtext);
}
+summary {
+ cursor: pointer;
+}
+
blockquote {
margin: 10px 0;
padding-left: 10px;
diff --git a/helper.php b/helper.php
index 3cb961c..dcb50aa 100644
--- a/helper.php
+++ b/helper.php
@@ -1,5 +1,13 @@
" . htmlspecialchars($section["name"]) . "";
+ $todo_list .= "
" . strip_name($section["name"]) . "
";
$section_conf .= "