Comment by maalhamdan
3 days ago
document.querySelectorAll('p').forEach(p => p.style.color = 'black');
Use this command in the developer tools console to change the color.
3 days ago
document.querySelectorAll('p').forEach(p => p.style.color = 'black');
Use this command in the developer tools console to change the color.
No comments yet
Contribute on Hacker News ↗