add cursor: pointer; to details

closes #2
This commit is contained in:
Oskar Wickström
2024-08-28 20:21:18 +02:00
parent 9e9bd4e8f0
commit 62f741a1b1

View File

@@ -203,6 +203,7 @@ details {
summary { summary {
font-weight: var(--font-weight-medium); font-weight: var(--font-weight-medium);
cursor: pointer;
} }
details[open] summary { details[open] summary {
margin-bottom: var(--line-height); margin-bottom: var(--line-height);