Skip to content

Convert CTA links to blue #280

@stephaniehobson

Description

@stephaniehobson

We'd like to back-port the blue CTA links used on FFFY and firefox/accounts in to Protocol.

Here's the code from FFFY:

    .mzp-c-cta-link {
        &:link,
        &:visited {
            color: $color-link;
            border-bottom-color: $color-link;
        }
        &:hover,
        &:focus,
        &:active {
            color: $color-link-hover;
            border-bottom-color: $color-link-hover;
        }
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions