Nicer opening
This commit is contained in:
parent
87af39e09c
commit
da571f6da7
@ -2,6 +2,9 @@
|
||||
* Generate some random css effects on a specific item
|
||||
*/
|
||||
|
||||
document.querySelector('body > header > div').classList.remove('pb6-l')
|
||||
document.querySelector('body > header > div').classList.remove('pb3-m')
|
||||
|
||||
const nextDigit = (uuid, counter) => parseInt(uuid[counter], 16)
|
||||
|
||||
const generateColor = (uuid, counter = 0) =>
|
||||
|
Loading…
Reference in New Issue
Block a user