source for getorbyt.com getorbyt.com/
client bsky orbytapp app orbyt bluesky getorbyt orbytvideo atproto video
0
fork

Configure Feed

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

style: update post caption color for improved readability

- Change the caption color in the post overlay to var(--orbyt-white) for better contrast and visibility.

+1
+1
public/css/profile.css
··· 243 243 } 244 244 .post-overlay .caption { 245 245 font-size: 12px; 246 + color: var(--orbyt-white); 246 247 line-height: 1.3; 247 248 overflow: hidden; 248 249 overflow-wrap: anywhere;