diff options
-rw-r--r-- | main.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -26,6 +26,10 @@ a { color: #3333BB; text-decoration: underline; } +a:visited { + color: #6666EE; + text-decoration: underline; +} a:hover { color: #111188; text-decoration: underline; |