Skip to content

Commit cb180a6

Browse files
committed
Make it more Christmas-y. Stop the tilting of the cubes
1 parent aa7088b commit cb180a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

css/style2.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
body {
2+
background: #cc0019;
23
font-family: 'Montserrat', sans-serif;
34
}
45

js/main2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@
677677
calendarDays = [].slice.call(calendarEl.children),
678678
settings = {
679679
snow: true,
680-
tilt: true
680+
tilt: false
681681
},
682682
bgEl = document.body,
683683
defaultBgColor = bgEl.style.backgroundColor,

0 commit comments

Comments
 (0)