diff --git a/templates/threads.html b/templates/threads.html
index a570c9a..c9fe01b 100644
--- a/templates/threads.html
+++ b/templates/threads.html
@@ -22,7 +22,11 @@
color: white;
}
}
+ summary:hover {
+ text-decoration: underline;
+ }
summary {
+ color: blue;
cursor: pointer;
margin-top: 1em;
}
@@ -105,7 +109,7 @@
{% endfor %}
- See more
+ See more ({{ thread.descendants | length }})
{% for descendant in thread.descendants %}
-