···51515252## difference between this and dev.css?
53535454-i maintain and use both, but this is a much more simple alternative to dev.css that mainly focuses on improving default user agent stylesheets rather than having a full custom set of styles. slight.css is more limited as it has less built-in element styles and doesn't have custom theme support (although you can apply your own stylesheets on top). it may also be less consistent across browsers.
5454+i maintain and use both, but this is a much more simple alternative to [dev.css](https://devcss.devins.page) that mainly focuses on improving default user agent stylesheets rather than having a full custom set of styles. slight.css is more limited as it has less built-in element styles and doesn't have custom theme support (although you can apply your own stylesheets on top). it may also be less consistent across browsers.
+11-5
index.html
···147147 <h2>difference between this and dev.css?</h2>
148148 <p>
149149 i maintain and use both, but this is a much more simple alternative to
150150- dev.css that mainly focuses on improving default user agent stylesheets
151151- rather than having a full custom set of styles. slight.css is more limited
152152- as it has less built-in element styles and doesn't have custom theme
153153- support (although you can apply your own stylesheets on top). it may also
154154- be less consistent across browsers.
150150+ <a href="https://devcss.devins.page">dev.css</a> that mainly focuses on
151151+ improving default user agent stylesheets rather than having a full custom
152152+ set of styles. slight.css is more limited as it has less built-in element
153153+ styles and doesn't have custom theme support (although you can apply your
154154+ own stylesheets on top). it may also be less consistent across browsers.
155155 </p>
156156 <a href="https://devins.page"
157157 ><img
158158 src="https://raw.githubusercontent.com/intergrav/branding/refs/heads/main/personal/badge.svg"
159159 /></a>
160160+ <footer>
161161+ <p>
162162+ slight.css and this website was written by
163163+ <a href="https://github.com/intergrav">intergrav</a>
164164+ </p>
165165+ </footer>
160166 </body>
161167</html>