Skip to content

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

@codysherman

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;
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions