this repo has no description
0
fork

Configure Feed

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

Embrace :visited because it's the web

+6
+6
src/components/status.css
··· 1131 1131 overflow: hidden; 1132 1132 display: block; 1133 1133 } 1134 + .card:visited .meta.domain { 1135 + color: var(--link-visited-color); 1136 + } 1134 1137 .card .meta.domain * { 1135 1138 vertical-align: middle; 1136 1139 } ··· 1141 1144 a.card:is(:hover, :focus) { 1142 1145 border: 1px solid var(--link-color); 1143 1146 box-shadow: 0 0 0 2px var(--link-faded-color); 1147 + } 1148 + a.card:is(:hover, :focus):visited { 1149 + border-color: var(--link-visited-color); 1144 1150 } 1145 1151 .card.video { 1146 1152 max-width: 320px;