feat(css): improve looking for <summary> inside <details>

This commit is contained in:
Hanwen Guo 2024-11-30 22:20:37 -07:00
parent f74e559144
commit 3eebadc000

View File

@ -21,6 +21,12 @@
text-decoration: none;
}
details[open] summary {
border-bottom: 1px solid $--primary-text-color;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
}
pre {
background: $--bg-color;
}