Closed (fixed)
Project:
Deco
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
8 Apr 2009 at 01:59 UTC
Updated:
17 May 2020 at 12:23 UTC
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
Comment #1
c31ck commentedThank you for your report. Fixed in 6.x-1.x-dev: http://drupal.org/commitlog/commit/3850/17d9e556be5093f712cad40699638d10...