Skip to content

Better anchor tag text-decoration: none underline rule #28

Description

@codysherman

Just a note to investigate if this anchor philosophy would be more concise vs doing the typical :hover, :active, :focus rules.

a {
  color: #fff;
}

a:not(:hover) {
  text-decoration: none;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions