Make visited links in the admin stand out more. Props ptvguy and Nazgul. fixes #2779

git-svn-id: http://svn.automattic.com/wordpress/trunk@5641 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rob1n 2007-06-03 01:00:03 +00:00
parent 9ce729e656
commit bf88d4adc0
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 {