Download & Extend

Links in footer should not be blue

Project:Deco
Version:6.x-1.1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

Status:active» fixed

Thank you for your report. Fixed in 6.x-1.x-dev: http://drupal.org/commitlog/commit/3850/17d9e556be5093f712cad40699638d10...

#2

Status:fixed» closed (fixed)

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

nobody click here