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.
"Not Signed In" and "Signed In As" Text Color Question
I want to make the minimal changes required to allow the text:
"Not Signed In (Sign In)"
"Signed In As [username] (Sign Out)"
to be in a bright color, such as yellow.
Adding a Font Color attribute to the text strings within a
.../conf/languages.php file has no impact.
The reason for the change is that I have a banner image
using the "StuffDisplayer" extension that makes the default
blue text hard to see.
May I please buy a vowel?
0
This discussion has been closed.
Comments
/* Session.. */ #Session { position:absolute; top:25px; right:18px; text-align:right; font-size:11px; color:#5d709f; } #Session a { color:#5d709f; text-decoration:none; } #Session a:hover { color:#000; }