Update link styling to be more in line with MDN style guide
This commit is contained in:
parent
c6c4b3a367
commit
26a525eedd
1 changed files with 2 additions and 2 deletions
|
@ -25,13 +25,13 @@ li {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #fa4c58;
|
color: #4361ee;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #ac69e2;
|
color: #6d49ca;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
|
|
Loading…
Add table
Reference in a new issue