style comments disclosure widget

This commit is contained in:
John Bowdre 2024-04-27 14:08:35 -05:00
parent c9f302adde
commit ab9255d9c0

View file

@ -391,4 +391,17 @@ a.tinylytics_webring {
/* hr override */
hr {
margin-top: 1.5rem;
}
/* summary styling */
details {
cursor: pointer;
}
details summary::before {
content: 'Load ';
}
details[open] summary::before {
content: 'Hide ';
}