WGBH-MLA / stock-sales-2

Public Stock Sales Site
Apache License 2.0
0 stars 2 forks source link

Darken default link color of search result titles #274

Closed afred closed 8 years ago

afred commented 8 years ago

Done when default link color of search results titles is the same as it's current :hover state.

mccalluc commented 8 years ago

@afred: Do we actually want to change link color across the board? Right now, it's getting that shade of blue from bootstrap. Should the links on /about/faq (for example) also be darker? I'm reluctant to make it so different links in different contexts get different colors.

afred commented 8 years ago

@mccalluc the goal is to avoid the color change on hover. Just stick with the darker of the two blues. Ticket #264 is the same issue.

Not sure if @lwei wanted to do this across the board or not.

afred commented 8 years ago

@mccalluc ... but I would say :+1: to changing FAQ and Helpful Links too. I think the idea is to either change color OR underline on a:hover, but not both.

lwei commented 8 years ago

@afred yes, change the link color across the board, except the top and footer nav links. Thanks!