In my wordpress site I have
<?php wp_loginout(); ?>
which produces
<a href="http://example.com/wp-login.php">Log in</a>
I want to add the following style to the a tag
style="color:white;"
I don't know php. Would I try find the php and then add it somehow? And how would I add it to the php?