fix relative link styling, change graph and backlinks to refer to name rather than path

This commit is contained in:
Jacky Zhao 2021-12-23 14:05:27 -08:00
parent c64322ad3f
commit 56d2382c28
4 changed files with 15 additions and 15 deletions

View file

@ -128,9 +128,6 @@ td, th {
article a {
font-family: Source Sans Pro;
font-weight: 600;
text-decoration: underline;
text-decoration-color: var(--tertiary);
text-decoration-thickness: .15em;
}
sup > a {
@ -191,10 +188,11 @@ hr {
}
// internal link
a[href^="/"] {
a[href^="./"] {
text-decoration: none;
background-color: #afbfc922;
background-color: #afbfc933;
padding: 0 0.2em;
font-weight: 600;
border-radius: 3px;
}
@ -370,4 +368,4 @@ header {
}
}
}
}
}