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 {
|
||||
color: #5e90af;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: inherit;
|
||||
color: #457796;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #79b9e1;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
Loading…
Reference in a new issue