Skip to content

Commit

Permalink
Corrige un détail de CSS pour la neige (#6442)
Browse files Browse the repository at this point in the history
  • Loading branch information
Situphen authored Jan 15, 2023
1 parent 7e59f7a commit 6d62a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/snow.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

canvas.style.background = window
.getComputedStyle(this._parent)
.getPropertyValue('background-color')
.getPropertyValue('background')
this._parent.style.background = 'transparent'

// Append the canvas...
Expand Down

0 comments on commit 6d62a7b

Please sign in to comment.