sbolel/express-pug-starter

View on GitHub
app/styles/typography.scss

Summary

Maintainability
Test Coverage
a {
  color: #00bcd4;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;

  &:hover {
    text-decoration: underline;
  }

  &.shield {
    margin: 0 .25rem;
  }
}