We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa7088b commit cb180a6Copy full SHA for cb180a6
css/style2.css
@@ -1,4 +1,5 @@
1
body {
2
+ background: #cc0019;
3
font-family: 'Montserrat', sans-serif;
4
}
5
js/main2.js
@@ -677,7 +677,7 @@
677
calendarDays = [].slice.call(calendarEl.children),
678
settings = {
679
snow: true,
680
- tilt: true
+ tilt: false
681
},
682
bgEl = document.body,
683
defaultBgColor = bgEl.style.backgroundColor,
0 commit comments