Add space after the summary

This commit is contained in:
buzz-lightsnack-2007 2024-05-05 17:24:03 +08:00
parent b95505b9b4
commit 612c9c9b8b

View file

@ -10,4 +10,8 @@
#score::-webkit-progress-value {
background-color: #ffF;
}
body:has(summary + details) summary {
padding-bottom: 2em;
}