fabasoad/business-card

View on GitHub
src/styles/components/_components.languages.scss

Summary

Maintainability
Test Coverage
.language-list {
  >div {
    display: inline-grid;
    .h4 {
      color: $dark-blue;
    }
    .h5 {
            text-transform: uppercase;
      color: $dark-orange;
    }
    a {
      text-decoration: none;
            &:hover {
                outline: 0;
                color: $orange;
                background-color: transparent;
            }
    }
  }
}