Bug 1169241 - Add hover style to footer links in newtab intro. r=emtwo

This commit is contained in:
Justin Crawford 2015-07-21 14:30:32 -06:00
parent ea0e1b5e86
commit 43302a4fb4

View File

@ -724,6 +724,10 @@ input[type=button] {
color: #4A90E2;
}
#newtab-intro-footer > ul > li > a:hover {
color: #000000;
}
#newtab-intro-body {
position: relative;
display: block;