Remove purple style for visited links

This commit is contained in:
Luis Cielak 2018-07-20 14:18:57 -04:00
parent 56c211c79a
commit c78116b45e

View File

@ -4,7 +4,7 @@
* @source https://github.com/uswds/uswds/blob/develop/src/stylesheets/elements/_typography.scss * @source https://github.com/uswds/uswds/blob/develop/src/stylesheets/elements/_typography.scss
*/ */
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-family: $font-sans; font-family: $font-sans;
.usa-button { .usa-button {
@ -23,14 +23,17 @@ h2 {
margin-top: 0; margin-top: 0;
} }
a, a,
a > span { a > span {
transition: transition:
background 0.2s, background 0.2s,
border 0.2s, border 0.2s,
box-shadow 0.2s, box-shadow 0.2s,
color 0.2s, color 0.2s,
}
a:visited {
color: $color-blue;
} }
dt { dt {