a tool for shared writing and social publishing
0
fork

Configure Feed

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

make adjacent highlight spans connect visually

+7
+7
app/globals.css
··· 179 179 @apply overflow-auto; 180 180 } 181 181 182 + .highlight:has(~ .highlight) { 183 + @apply rounded-r-none; 184 + } 185 + .highlight + .highlight { 186 + @apply rounded-l-none; 187 + } 188 + 182 189 .highlight { 183 190 @apply px-[1px]; 184 191 @apply py-[1px];