Login  Register

Re: CSS Change font colour

Posted by Hugo <Nabble> on Feb 21, 2011; 6:03pm
URL: https://support.nabble.com/CSS-Change-font-colour-tp6033124p6049562.html

☪✯♛Tanvℯℯr♛✯© wrote
after putting this it seems as if all the text has gone darker even the usernames on the side
You can try a light color:

.nabble table.main td span {
  color: #eeeeee;
  background-color:#000;
  opacity:.60;
  filter: Alpha(opacity=60);
}

Is this better?