(attempted) pleroma clone for bluesky pl.hexmani.ac
bluesky pleroma social-media
2

Configure Feed

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

bluroma / src / App.scss
222 B 10 lines
1$backgroundColor: rgba(12, 17, 24, 1); 2$textColor: #b9b9ba; 3 4body { 5 background-color: $backgroundColor; 6 color: $textColor; 7 font-family: Arial, Helvetica, sans-serif; 8 text-align: center; 9 margin: 1rem; 10}