Remove purple style for visited links
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user