Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Change color of "Signed in as" Text
Raize
✭✭
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