From dbdfca5d2126af2bfbdc47079721f69848e4e6f0 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 1 Mar 2013 16:56:15 +0000 Subject: [PATCH] Twenty Twelve: properly style visited links in entries, widgets, and comment text. Props DrewAPicture, fixes #23200. git-svn-id: http://core.svn.wordpress.org/trunk@23562 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index 9bd5d2d23..b0ad143de 100644 --- a/style.css +++ b/style.css @@ -648,6 +648,9 @@ section[role="banner"] { .widget-area .widget a:hover { color: #21759b; } +.widget-area .widget a:visited { + color: #9f9f9f; +} .widget-area #s { width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */ } @@ -797,6 +800,10 @@ article.sticky .featured-post { margin: 0 0 1.714285714rem; line-height: 1.714285714; } +.entry-content a:visited, +.comment-content a:visited { + color: #9f9f9f; +} .entry-content ol, .comment-content ol, .entry-content ul,