mirror of
https://github.com/mue/mue.git
synced 2026-07-25 17:51:14 +02:00
smh editing wrong files
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
@@ -63,7 +63,8 @@ function setRandomBackground () {
|
||||
'mountain',
|
||||
'sunrise',
|
||||
'butterfly',
|
||||
'leaves'
|
||||
'leaves',
|
||||
'city'
|
||||
|
||||
],
|
||||
currentBackgroundClass = pickFromArray(backgroundClasses);
|
||||
|
||||
Reference in New Issue
Block a user