this repo has no description
0
fork

Configure Feed

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

Embrace the web's a:visited

+5
+4
src/app.css
··· 32 32 a.mention span { 33 33 color: var(--text-color); 34 34 } 35 + a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { 36 + color: var(--link-visited-color); 37 + text-decoration-color: var(--link-visited-color); 38 + } 35 39 36 40 .deck-container { 37 41 width: 100%;
+1
src/index.css
··· 17 17 --link-light-color: #4169e199; 18 18 --link-faded-color: #4169e155; 19 19 --link-bg-hover-color: #f0f2f599; 20 + --link-visited-color: mediumslateblue; 20 21 --focus-ring-color: var(--link-color); 21 22 --button-bg-color: var(--blue-color); 22 23 --button-bg-blur-color: #4169e1aa;