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

fix: update readme links

+3 -3
+3 -3
README.md
··· 13 13 place this somewhere in your `<head>`: 14 14 15 15 ``` 16 - <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/slight.css@2"> 16 + <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/slight.css@3"> 17 17 ``` 18 18 19 19 ### css import ··· 21 21 place this somewhere in your stylesheet: 22 22 23 23 ``` 24 - @import url(https://cdn.jsdelivr.net/npm/@intergrav/slight.css@2); 24 + @import url(https://cdn.jsdelivr.net/npm/@intergrav/slight.css@3); 25 25 ``` 26 26 27 27 ### npm package ··· 44 44 3. adds borders and padding to table elements for better spacing and clarity 45 45 4. makes blockquotes look a bit nicer with a border and padding 46 46 47 - keep in mind that this is not a CSS reset or normalization stylesheet. it simply adds some better defaults with the aim of being as minimal as possible. if you need a normalization stylesheet, i recommend using [modern-normalize](https://github.com/sindresorhus/modern-normalize). 47 + keep in mind that this is not a CSS reset or normalization stylesheet. it simply adds some better defaults with the aim of being minimal. if you need a normalization stylesheet, i recommend using [modern-normalize](https://github.com/sindresorhus/modern-normalize). 48 48 49 49 ## prose elements 50 50