slight enhancements for the user agent stylesheet slightcss.devins.page
css stylesheet framework lightweight
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: some things

intergrav 63e0c5f5 d9fbac50

+12 -6
+1 -1
README.md
··· 51 51 52 52 ## difference between this and dev.css? 53 53 54 - 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. 54 + 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
··· 147 147 <h2>difference between this and dev.css?</h2> 148 148 <p> 149 149 i maintain and use both, but this is a much more simple alternative to 150 - dev.css that mainly focuses on improving default user agent stylesheets 151 - rather than having a full custom set of styles. slight.css is more limited 152 - as it has less built-in element styles and doesn't have custom theme 153 - support (although you can apply your own stylesheets on top). it may also 154 - be less consistent across browsers. 150 + <a href="https://devcss.devins.page">dev.css</a> that mainly focuses on 151 + improving default user agent stylesheets rather than having a full custom 152 + set of styles. slight.css is more limited as it has less built-in element 153 + styles and doesn't have custom theme support (although you can apply your 154 + own stylesheets on top). it may also be less consistent across browsers. 155 155 </p> 156 156 <a href="https://devins.page" 157 157 ><img 158 158 src="https://raw.githubusercontent.com/intergrav/branding/refs/heads/main/personal/badge.svg" 159 159 /></a> 160 + <footer> 161 + <p> 162 + slight.css and this website was written by 163 + <a href="https://github.com/intergrav">intergrav</a> 164 + </p> 165 + </footer> 160 166 </body> 161 167 </html>