Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

fix link post color

+2 -2
+2 -2
src/style.css
··· 109 109 pointer-events: none; 110 110 } 111 111 .ProseMirror .mention { 112 - color: rgb(75, 155, 108); 112 + color: rgb(142, 75, 155); 113 113 } 114 114 .ProseMirror a, 115 115 .ProseMirror .autolink { 116 - color: rgb(75, 155, 108); 116 + color: rgb(142, 75, 155); 117 117 } 118 118 /* OLLIE: TODO -- this is not accessible */ 119 119 /* Remove focus state on inputs */