Skip to content

Commit 5e7a033

Browse files
committed
keep deprecated styles for visited links
1 parent 91b8fa6 commit 5e7a033

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

datafiles/static/hackage.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,11 +879,20 @@ ul.directory-list {
879879
a.unpreferred[href]:link {
880880
color: #ECBA13;
881881
}
882+
a.unpreferred[href]:visited {
883+
color: #ECBA13;
884+
}
882885

883886
a.deprecated[href]:link {
884887
color: #D00B3C;
885888
}
889+
a.deprecated[href]:visited {
890+
color: #D00B3C;
891+
}
886892

887893
.versions a.normal[href]:link {
888894
color: #61B01E;
889895
}
896+
.versions a.normal[href]:visited {
897+
color: #61B01E;
898+
}

0 commit comments

Comments
 (0)