changed colour to only change with a 10% chance
This commit is contained in:
parent
a1cb599978
commit
57cd3c5f83
@ -1 +1,3 @@
|
|||||||
|
if(Math.random()>0.9){
|
||||||
document.getElementsByClassName('screen-content')[0].style.filter = "sepia(94%) hue-rotate("+Math.floor(Math.random()*360)+"deg) saturate(7) brightness(100%)"
|
document.getElementsByClassName('screen-content')[0].style.filter = "sepia(94%) hue-rotate("+Math.floor(Math.random()*360)+"deg) saturate(7) brightness(100%)"
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user