Added a option to disable snow effect

This commit is contained in:
Wruczek
2016-12-04 17:28:54 +01:00
parent 283bd9e091
commit 40813f606e
3 changed files with 50 additions and 3 deletions

View File

@ -9,6 +9,11 @@ body {
background-image: url(../img/christmas-bg.jpg);
}
.disableSnowLink {
position: fixed;
bottom: 0;
}
.panel {
background-color: #410b13;
}