vendor/assets/stylesheets/uswds/components/_alerts.scss in uswds-rails-0.1.0 vs vendor/assets/stylesheets/uswds/components/_alerts.scss in uswds-rails-1.3.0

- old
+ new

@@ -20,9 +20,18 @@ @include media($medium-screen) { background-size: 5.2rem; } + a { + color: $color-primary-darker; + + &:focus, + &:hover { + color: $color-primary-darkest; + } + } + ul { margin-bottom: 0; margin-top: 1em; padding-left: 1em; }