diff options
author | Alex Legler <alex@a3li.li> | 2011-03-20 19:45:11 +0100 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2011-03-20 22:12:03 +0100 |
commit | 60951ed8935fa69389af94da1363129dbf25e901 (patch) | |
tree | e07812c26d723450de802acf90dc051cae8acd84 /skins/contrib | |
parent | Improve "View Bugs Reported in the last XX hours" (diff) | |
download | bugzilla-60951ed8935fa69389af94da1363129dbf25e901.tar.gz bugzilla-60951ed8935fa69389af94da1363129dbf25e901.tar.bz2 bugzilla-60951ed8935fa69389af94da1363129dbf25e901.zip |
Make a:visited color more distinct from unvisited links
Diffstat (limited to 'skins/contrib')
-rw-r--r-- | skins/contrib/Gentoo/global.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/skins/contrib/Gentoo/global.css b/skins/contrib/Gentoo/global.css index 9d1f04342..29adf3bbc 100644 --- a/skins/contrib/Gentoo/global.css +++ b/skins/contrib/Gentoo/global.css @@ -96,7 +96,10 @@ a { color: #54487A; } a:hover { - color: #45347B; + color: #28203C; +} +a:visited { + color: #4f6ba3; } hr { |