added simple JS to randomise colour on page open
This commit is contained in:
1
assets/js/color.js
Normal file
1
assets/js/color.js
Normal file
@@ -0,0 +1 @@
|
||||
document.getElementsByClassName('screen-content')[0].style.filter = "sepia(94%) hue-rotate("+Math.floor(Math.random()*360)+"deg) saturate(7) brightness(100%)"
|
Reference in New Issue
Block a user