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

fix: remove header a ::before

you will have to modify your html files to divide the header nav links after this, like v1 and new.css@v1

removed because it causes a visual issue when hovering over the link and it seems like it's better to have your own divider

-5
-5
dev.css
··· 230 230 margin: -2rem calc(50% - 50vw) 2rem; 231 231 } 232 232 233 - header nav a + a::before { 234 - content: "• "; 235 - color: var(--dc-tx-2); 236 - } 237 - 238 233 header * { 239 234 padding-top: 0rem; 240 235 padding-bottom: 0rem;