Is there a way to easily change the background color of tooltips without adding extra elements like spans or divs? I have many tooltips in different projects and it would be tedious to go through each one individually.
<!DOCTYPE html>
<html>
<body style="text-align:center;">
<div class="tooltip" title="tooltip text">Hover over me</div>
</body>
</html>