From 205b6f4a058d80a31ca1e8810f52e1a2f8939cb9 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 10 Oct 2008 22:07:53 +0200 Subject: Markup visited links --- data/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/data/style.css b/data/style.css index 2a2e75e..d77dd42 100644 --- a/data/style.css +++ b/data/style.css @@ -40,7 +40,7 @@ h2 abbr { text-decoration: none; } -.entry-content a, .nav a, .all { +.entry-content a, .nav a { text-decoration: none; color: #69CE0D; background-color: #EBFBCF; @@ -51,6 +51,14 @@ h2 abbr { text-decoration: underline; } +.entry-content a:visited { + color: #529E0A; +} + +.entry-content a:visited:hover { + text-decoration: none; +} + .hentry { margin-top: 12px; -- cgit 1.4.1