feat: v5
most of the code was written several years ago and i have been meaning to rewrite it, so I've gone ahead and heavily cleaned up and refactored the CSS.
most of this was thanks to feedback on lobste.rs, many of the suggestions i totally agree with (which i really appreciate, ive never really gotten proper feedback on this project before) https://lobste.rs/s/dpkqgr/dev_css_tiny_simple_classless_css
margin/padding resets were removed, and so i was able to remove a lot of unnecessary declarations.
`--dc-cs` was simplified to `color-scheme`. you may need to update your themes to reflect this.
underlines have also been added back for accessibility.
removed `overflow-x: hidden` on body
removed `a button` styling
tab size has been changed to `4`
also lots of organizational improvements