Mirror of https://github.com/improsocial/impro An extensible Bluesky client for web impro.social
6

Configure Feed

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

Update toast link styles

Grace Kind (May 2, 2026, 4:16 PM -0500) d58ccf2a cc2585ec

+6 -3
+1 -1
package.json
··· 1 1 { 2 2 "name": "impro", 3 - "version": "0.11.42", 3 + "version": "0.11.43", 4 4 "type": "module", 5 5 "scripts": { 6 6 "start": "rm -rf build && NODE_ENV=development eleventy --serve",
+4 -1
src/css/style.css
··· 5324 5324 } 5325 5325 5326 5326 .toast-with-link a { 5327 - color: var(--text-color); 5327 + color: inherit; 5328 5328 text-decoration: underline; 5329 + font-weight: 500; 5330 + display: inline-block; 5331 + margin-left: 2px; 5329 5332 } 5330 5333 5331 5334 .lightbox-container {
+1 -1
src/manifest.json
··· 4 4 "start_url": "/", 5 5 "display": "standalone", 6 6 "background_color": "#1a1a1a", 7 - "theme_color": "#9054f9", 7 + "theme_color": "#418af7", 8 8 "orientation": "portrait-primary", 9 9 "icons": [ 10 10 {