bug 1184369 - Add hover styling to paragraph links in newtab intro. r=msamuel

This commit is contained in:
Justin Crawford 2015-08-05 23:40:44 -07:00
parent eed86f8ea8
commit a579249fe0

View File

@ -789,6 +789,10 @@ input[type=button] {
color: #4A90E2;
}
#newtab-intro-text > p > a:hover {
color: #000000;
}
#newtab-intro-text .newtab-control {
background-size: 18px auto;
height: 18px;