Remove purple style for visited links
This commit is contained in:
parent
56c211c79a
commit
c78116b45e
@ -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,7 +23,6 @@ h2 {
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
a,
|
a,
|
||||||
a > span {
|
a > span {
|
||||||
transition:
|
transition:
|
||||||
@ -33,6 +32,10 @@ a > span {
|
|||||||
color 0.2s,
|
color 0.2s,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:visited {
|
||||||
|
color: $color-blue;
|
||||||
|
}
|
||||||
|
|
||||||
dt {
|
dt {
|
||||||
display: inline;
|
display: inline;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user