Cleanup graph, style and linting tweaks
This commit is contained in:
parent
697dcc720d
commit
6feb20d3da
3 changed files with 6 additions and 22 deletions
|
|
@ -37,11 +37,6 @@ a {
|
|||
text-underline-offset: 3px;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
text-decoration-color: #999;
|
||||
text-decoration-style: dashed;
|
||||
}
|
||||
|
||||
a.detached {
|
||||
color: #595959;
|
||||
text-decoration-color: none;
|
||||
|
|
@ -53,6 +48,10 @@ a.external {
|
|||
text-decoration-style: solid;
|
||||
}
|
||||
|
||||
a:visited, a.detached:visited, a.external:visited {
|
||||
text-decoration-color: #999;
|
||||
}
|
||||
|
||||
footer div a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue