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: simplify body CSS rules for site-document; remove specificity for improved maintainability

+2 -2
+2 -2
public/css/site-document.css
··· 6 6 font-display: fallback; 7 7 } 8 8 9 - body:has(> .site-doc) { 9 + body { 10 10 margin: 0; 11 11 font-family: 'Figtree', -apple-system, BlinkMacSystemFont, sans-serif; 12 12 background: var(--orbyt-page-bg); ··· 18 18 overflow-y: auto; 19 19 } 20 20 21 - body:has(> .site-doc) * { 21 + body * { 22 22 box-sizing: border-box; 23 23 } 24 24