Cleanup graph, style and linting tweaks

This commit is contained in:
Juno Takano 2026-01-13 12:12:25 -03:00
commit 6feb20d3da
3 changed files with 6 additions and 22 deletions

View file

@ -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;
}