18F/18f.gsa.gov

View on GitHub
_sass/_theme/_uswds-theme-custom-styles.scss

Summary

Maintainability
Test Coverage
// -------------------------------------
// Fix hero area button:focus text contrast

.background-dark .usa-button-secondary.usa-button:focus {
  color: $color-gray-lightest;
}