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
This commit is contained in:
rob1n 2007-06-03 01:00:03 +00:00
parent 12c2ef6be0
commit f7ee7874ea
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ a.edit:hover {
}
a:visited {
color: #006;
color: #004;
}
a:hover {