Try different styling for links
This commit is contained in:
parent
73df2edc1a
commit
73943fb9d0
1 changed files with 3 additions and 6 deletions
|
@ -126,15 +126,12 @@ pre {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #5e90af;
|
color: #457796;
|
||||||
}
|
text-decoration: none;
|
||||||
|
|
||||||
a:visited {
|
|
||||||
color: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #79b9e1;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
Loading…
Reference in a new issue