Remix.run Logo
maalhamdan 6 hours ago

document.querySelectorAll('p').forEach(p => p.style.color = 'black');

Use this command in the developer tools console to change the color.