Atproto AMA app
0
fork

Configure Feed

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

at main 27 lines 396 B view raw
1.sourceAttribution { 2 display: inline-flex; 3 align-items: center; 4 gap: 0.25rem; 5 font-size: 0.75rem; 6 color: #6b7280; 7 margin-left: 0.5rem; 8} 9 10.sourceIcon { 11 font-size: 0.875rem; 12} 13 14.sourceText { 15 color: inherit; 16} 17 18.sourceLink { 19 color: inherit; 20 text-decoration: none; 21 border-bottom: 1px dotted currentColor; 22} 23 24.sourceLink:hover { 25 color: #374151; 26 border-bottom-style: solid; 27}