diff --git a/jstrr.css b/jstrr.css index 1fe5402..372563a 100644 --- a/jstrr.css +++ b/jstrr.css @@ -1,6 +1,6 @@ -body:not(.secret) {/*background-color: rgb(142, 174, 235);*/ - background-color: #F7CA53; - background-image: url(newyear2.jpg); +body { + background-color: rgb(142, 174, 235); + background-image: url(snow.png); background-position: center; background-repeat: no-repeat; background-size: cover; @@ -101,9 +101,8 @@ /*div.login, div.login2 {padding: 40% 0%;}*/ div.login{ - /* background-color: rgb(142, 174, 235); */ - background-color: #F7CA53; - background-image: url(newyear.jpg); + background-color: rgb(142, 174, 235); + background-image: url(snow.png); background-position: 10% 80%; background-repeat: no-repeat; background-size: cover;