transition for screen backlight

This commit is contained in:
Joshua Seigler 2014-12-22 13:34:22 -05:00
parent ea3f9cd900
commit 8b0507ba84
2 changed files with 3 additions and 2 deletions

View file

@ -75,6 +75,7 @@ html, body {
background-repeat: repeat-y;
background-position: 50% 0%;
z-index: -1;
transition: background-color 2s;
}
}
}