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

fix: don't change padding for elements in details

only change margins. should fix code blocks and quotes and other stuff looking wonky

-2
-2
dev.css
··· 448 448 449 449 details[open] > *:first-child { 450 450 margin-top: 0; 451 - padding-top: 0; 452 451 } 453 452 454 453 details[open] > *:last-child { 455 454 margin-bottom: 0; 456 - padding-bottom: 0; 457 455 } 458 456 459 457 /* 11. description lists */