Bug 872003 - Make fade from light to dark smoother and faster in aboutReader.css; r=margaret

This commit is contained in:
Nicolas Carlo 2013-05-29 16:07:13 -07:00
parent 7a7a0d51c0
commit a639e68179

View File

@ -10,7 +10,7 @@ body {
margin-top: 20px;
margin-bottom: 20px;
transition-property: background-color, color;
transition-duration: 0.7s;
transition-duration: 0.4s;
}
.light {