_main-header.scss 203 B

1234567891011121314
  1. .main-header {
  2. background-color: $dark-alt;
  3. border-bottom-color: tint-color($dark-alt, 10%);
  4. .nav-link {
  5. color: $gray-400-alt;
  6. &:hover,
  7. &:focus {
  8. color: $white-alt;
  9. }
  10. }
  11. }