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

feat: update github links to tangled

+6 -6
+1 -1
README.md
··· 48 48 49 49 ## prose elements 50 50 51 - slight.css offers built-in styles to beautify certain elements, such as blockquotes, tables, code, pre, and more. these styles are **opt-in**, and to use them, you have to apply the `prose` class to a container that wraps your content, such as a `body`, `main`, or `div`. you can see the demo's [index.html](https://github.com/intergrav/slight.css/blob/main/index.html) for an example of it's usage. 51 + slight.css offers built-in styles to beautify certain elements, such as blockquotes, tables, code, pre, and more. these styles are **opt-in**, and to use them, you have to apply the `prose` class to a container that wraps your content, such as a `body`, `main`, or `div`. you can see the demo's [index.html](https://tangled.org/devins.page/slight.css/blob/main/index.html) for an example of it's usage. 52 52 53 53 ## can i see what it looks like? 54 54
+3 -3
index.html
··· 21 21 <h1>slight.css</h1> 22 22 <nav> 23 23 <a href="https://npmjs.com/package/@intergrav/slight.css">npm</a> • 24 - <a href="https://github.com/intergrav/slight.css">git</a> • 25 - <a href="https://github.com/intergrav/slight.css/issues">issues</a> 24 + <a href="https://tangled.org/devins.page/slight.css">git</a> • 25 + <a href="https://tangled.org/devins.page/slight.css/issues">issues</a> 26 26 </nav> 27 27 </header> 28 28 <main class="prose"> ··· 102 102 <code>prose</code> class to a container that wraps your content, such as 103 103 a <code>body</code>, <code>main</code>, or <code>div</code>. you can see 104 104 the demo's 105 - <a href="https://github.com/intergrav/slight.css/blob/main/index.html" 105 + <a href="https://tangled.org/devins.page/slight.css/blob/main/index.html" 106 106 >index.html</a 107 107 > 108 108 for an example of it's usage.
+2 -2
package.json
··· 2 2 "name": "@intergrav/slight.css", 3 3 "version": "3.0.1", 4 4 "author": "intergrav <devin@devins.page> (https://devins.page)", 5 - "repository": "github:intergrav/slight.css", 5 + "repository": "https://tangled.org/devins.page/slight.css", 6 6 "main": "slight.css", 7 7 "bugs": { 8 - "url": "https://github.com/intergrav/slight.css/issues" 8 + "url": "https://tangled.org/devins.page/slight.css/issues" 9 9 }, 10 10 "description": "slight enhancements for the user agent stylesheet", 11 11 "files": [