this repo has no description
0
fork

Configure Feed

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

Safari needs this on every element

+7
+7
src/components/status.css
··· 554 554 text-rendering: optimizeSpeed; 555 555 pointer-events: none; 556 556 user-select: none; 557 + 558 + * { 559 + text-decoration-color: inherit; 560 + text-decoration-thickness: 1.5em; 561 + text-decoration-line: line-through; 562 + text-rendering: optimizeSpeed; 563 + } 557 564 } 558 565 } 559 566