Bluesky app fork with some witchin' additions ๐Ÿ’ซ
0
fork

Configure Feed

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

Welcome modal FIXES ๐Ÿ”ฅ

xan.lol 99b00efb d630bb57

+3 -3
assets/images/welcome-modal-bg.jpg

This is a binary file and will not be displayed.

+3 -3
src/components/WelcomeModal.tsx
··· 132 132 {color: '#354358'}, 133 133 web({ 134 134 backgroundImage: 135 - 'linear-gradient(180deg, #453154ff 0%, #866699ff 83.65%rgba(134, 102, 153, 0.5)0) 100%)', 135 + 'linear-gradient(180deg, #313F54 0%, #667B99 83.65%, rgba(102, 123, 153, 0.50) 100%)', 136 136 backgroundClip: 'text', 137 137 WebkitBackgroundClip: 'text', 138 138 WebkitTextFillColor: 'transparent', ··· 184 184 style={[ 185 185 a.text_md, 186 186 a.text_center, 187 - {color: '#564068ff', lineHeight: 24}, 187 + {color: '#684040ff', lineHeight: 24}, 188 188 ]}> 189 189 <Trans>Already have an account?</Trans>{' '} 190 190 <Pressable ··· 233 233 <XIcon 234 234 size="md" 235 235 style={{ 236 - color: '#443558ff', 236 + color: '#583535ff', 237 237 opacity: hovered || pressed || focused ? 1 : 0.7, 238 238 }} 239 239 />