Skip to content

Commit b5a3f3a

Browse files
author
Nuno Alexandre
committed
Change color of :visited links
The previous color, as pointed out by jirassimok, showed more contrast than the normal links color, which is not how it should be. This new color was suggested by Adobe Color Wheel. It is more faded, less contrasting and less aggressive on the eye as well, making the page still look good when all links are visited.
1 parent 44e7b0f commit b5a3f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafiles/static/hackage.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dd {
6060

6161
a { text-decoration: none; }
6262
a[href]:link { color: #9E358F; }
63-
a[href]:visited {color: #7231AB; }
63+
a[href]:visited {color: #6F5F9C; }
6464
a[href]:hover { text-decoration:underline; }
6565

6666
/* @end */

0 commit comments

Comments
 (0)