this repo has no description
0
fork

Configure Feed

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

Make bold less bold

+3
+3
src/components/status.css
··· 767 767 .status .content ul { 768 768 list-style-type: disc; 769 769 } 770 + .status .content :is(strong, b) { 771 + font-weight: 600; 772 + } 770 773 .status .content .invisible { 771 774 display: none; 772 775 }