+7
-1
templates/feed.html
+7
-1
templates/feed.html
+7
-1
templates/status.html
+7
-1
templates/status.html
···
599
599
border-radius: var(--radius-sm);
600
600
}
601
601
602
+
.handle-link:link,
603
+
.handle-link:visited {
604
+
color: var(--text-secondary);
605
+
}
606
+
602
607
.handle-link::before {
603
608
content: '';
604
609
position: absolute;
···
611
616
filter: blur(8px);
612
617
}
613
618
614
-
.handle-link:hover {
619
+
.handle-link:hover,
620
+
.handle-link:active {
615
621
color: var(--accent);
616
622
text-shadow: 0 0 12px var(--accent);
617
623
}