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 empty feed message color for improved visual consistency

- Change the color of the empty feed message to use a color-mix function for better integration with profile theme colors.

+1 -1
+1 -1
public/css/profile.css
··· 140 140 } 141 141 .empty-feed-message { 142 142 font-size: clamp(1.25rem, 3vw, 1.75rem); 143 - color: var(--orbyt-text-subtle); 143 + color: color-mix(in srgb, var(--orbyt-profile-text) 75%, var(--orbyt-profile-bg)); 144 144 line-height: 1.5; 145 145 } 146 146