feat: improve clickability cue by adding pointer cursor to details summary

This commit is contained in:
welpo
2023-11-21 19:42:36 +01:00
parent 012d819f38
commit 1e33b9bc1f

View File

@@ -166,3 +166,7 @@ hr {
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
} }
details summary {
cursor: pointer;
}