Change color of "Signed in as" Text

How would I change the colour of the text that shows up in the top right hand corner saying that you are signed in (also sign out link). I am using the Vanea theme I don't know if that makes a difference.
0
This discussion has been closed.
Comments
#Session { color:#5D709F; /* that's for the "Signed in as ..." */ ... } #Session a { color:#5D709F; /* that's for the "Sign in / Sign out" link */ ... }
in your vanilla.css and change it to the value you preferif I'm not wrong :P