Beg-in / frow

Flexbox Toolkit & Grid

Home Page:https://frowcss.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better anchor tag `text-decoration: none` underline rule

codysherman opened this issue · comments

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