smh editing wrong files

This commit is contained in:
Dave R 2018-08-09 10:27:22 +01:00
parent c4d2c9c42d
commit eb97d6f08f
2 changed files with 3 additions and 1 deletions

View File

@ -32,6 +32,7 @@ body {
.sunrise { background-image: url('../images/2.jpeg'); }
.butterfly { background-image: url('../images/3.jpeg'); }
.leaves { background-image: url('../images/4.jpeg'); }
.city { background-image: url('../images/5.jpeg'); }
/* TEXT SHADOW */

View File

@ -63,7 +63,8 @@ function setRandomBackground () {
'mountain',
'sunrise',
'butterfly',
'leaves'
'leaves',
'city'
],
currentBackgroundClass = pickFromArray(backgroundClasses);