From f7ee7874eae04511b7520bebcd5664465a14d145 Mon Sep 17 00:00:00 2001 From: rob1n Date: Sun, 3 Jun 2007 01:00:03 +0000 Subject: [PATCH] Make visited links in the admin stand out more. Props ptvguy and Nazgul. fixes #2779 git-svn-id: https://develop.svn.wordpress.org/trunk@5641 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 9f53879b48..334704b131 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -116,7 +116,7 @@ a.edit:hover { } a:visited { - color: #006; + color: #004; } a:hover {