···1313place this somewhere in your `<head>`:
14141515```
1616-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/slight.css@2">
1616+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/slight.css@3">
1717```
18181919### css import
···2121place this somewhere in your stylesheet:
22222323```
2424-@import url(https://cdn.jsdelivr.net/npm/@intergrav/slight.css@2);
2424+@import url(https://cdn.jsdelivr.net/npm/@intergrav/slight.css@3);
2525```
26262727### npm package
···4444 3. adds borders and padding to table elements for better spacing and clarity
4545 4. makes blockquotes look a bit nicer with a border and padding
46464747-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).
4747+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).
48484949## prose elements
5050