Use a pointer cursor when hovering over <summary>

This commit is contained in:
blankie 2024-03-13 21:53:12 +11:00
parent bed649194c
commit 7869104dfc
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ details[open] {
}
summary:hover {
text-decoration: underline;
cursor: pointer;
}
html {