We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b8fa6 commit 5e7a033Copy full SHA for 5e7a033
datafiles/static/hackage.css
@@ -879,11 +879,20 @@ ul.directory-list {
879
a.unpreferred[href]:link {
880
color: #ECBA13;
881
}
882
+a.unpreferred[href]:visited {
883
+ color: #ECBA13;
884
+}
885
886
a.deprecated[href]:link {
887
color: #D00B3C;
888
889
+a.deprecated[href]:visited {
890
+ color: #D00B3C;
891
892
893
.versions a.normal[href]:link {
894
color: #61B01E;
895
896
+.versions a.normal[href]:visited {
897
+ color: #61B01E;
898
0 commit comments