diff --git a/sass/_typography.scss b/sass/_typography.scss index 2b031df..d86af23 100644 --- a/sass/_typography.scss +++ b/sass/_typography.scss @@ -149,7 +149,8 @@ details { background-color: var(--fg-muted-1); padding: 1rem; - &>summary { + summary { cursor: pointer; + line-height: normal; } }