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

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