Links in footer should not be blue
curtis - April 8, 2009 - 01:59
| Project: | Deco |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
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;
}
