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