Closed Bug 563330 Opened 14 years ago Closed 14 years ago

Change <a> styling on security blog

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: johnath, Assigned: oremj)

References

()

Details

I feel silly filing a bug, but there's no theme editor in my admin console. Can we change the default styling of <a> tags on https://blog.mozilla.com/security/ to specify:

color: #FF9944;

The current theme uses medium-gray links on dark-gray text, which makes the links hard to spot. The only other color elements in the theme are orange, and testing this in Firebug, I think it not only makes the links visible, it also just looks better.
I've added:

.post a {
  color: #FF9944;
}

If you want to alter that or add more CSS, click on "Custom User CSS" under the Appearance menu in the admin interface.
Assignee: server-ops → jeremy.orem+bugs
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
(In reply to comment #1)

> If you want to alter that or add more CSS, click on "Custom User CSS" under the
> Appearance menu in the admin interface.

Shit, Jeremy - sorry I missed that - could have done this myself after all. :\

Thanks.
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.