tiny, simple, classless CSS framework inspired by new.css devcss.devins.page
framework lightweight css classless stylesheet

fix: details summary specificity

should fix the issue where details inside details have weird margins

+1 -1
+1 -1
dev.css
··· 442 442 font-weight: bold; 443 443 } 444 444 445 - details[open] summary { 445 + details[open] > summary { 446 446 margin-bottom: 0.5rem; 447 447 } 448 448