Specification for the Fetchable module interface
0
fork

Configure Feed

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

fix(ui): make links more obvious

+3 -2
+3 -2
index.html
··· 94 94 95 95 a { 96 96 color: inherit; 97 + text-decoration-color: var(--muted); 98 + text-decoration-thickness: 1px; 97 99 text-underline-offset: 3px; 98 - text-decoration-color: var(--border); 99 100 transition: text-decoration-color 120ms; 100 101 } 101 102 102 103 a:hover { 103 - text-decoration-color: var(--muted); 104 + text-decoration-color: var(--fg); 104 105 } 105 106 106 107 code {