@stackoverflow/stacks 2.5.5 → 2.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/css/stacks.css
CHANGED
|
@@ -2581,13 +2581,13 @@ body.theme-highcontrast .s-label--status {
|
|
|
2581
2581
|
line-height: 0;
|
|
2582
2582
|
text-decoration: none !important;
|
|
2583
2583
|
}
|
|
2584
|
-
a:visited:not([class*="s-"]),
|
|
2584
|
+
a:visited:not([class*="s-"]):not(.post-tag),
|
|
2585
2585
|
a:visited.s-link,
|
|
2586
2586
|
a:visited.s-sidebarwidget--action,
|
|
2587
2587
|
a:visited.s-user-card--link {
|
|
2588
2588
|
color: var(--_li-fc-visited);
|
|
2589
2589
|
}
|
|
2590
|
-
a:visited:not([class*="s-"]):hover,
|
|
2590
|
+
a:visited:not([class*="s-"]):not(.post-tag):hover,
|
|
2591
2591
|
a:visited.s-link:hover,
|
|
2592
2592
|
a:visited.s-sidebarwidget--action:hover,
|
|
2593
2593
|
a:visited.s-user-card--link:hover {
|