Difference between revisions of "User:Aoum/common.js"
Line 1: | Line 1: | ||
− | + | // Change background color of the site (example) | |
− | + | document.body.style.backgroundColor = "#fdf6e3"; | |
− | |||
− | |||
− |
Latest revision as of 12:24, 7 June 2025
// Change background color of the site (example)
document.body.style.backgroundColor = "#fdf6e3";