Nicer opening

This commit is contained in:
echarp 2023-05-04 16:29:50 +02:00
parent 87af39e09c
commit da571f6da7
1 changed files with 3 additions and 0 deletions

View File

@ -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) =>