When putting a link in the footer, it appears as the same blue color (#1F5CA1) as used elsewhere. However, given the dark background in the footer, it does not look good.

I fixed this in my local copy by putting the following at the end of the style sheet.

#footer-message a:link, #footer-message a:visited {
color: #bbb;
text-decoration: underline;
}

Comments

c31ck’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.