|
|
@ -119,14 +119,18 @@ article a {
|
|
|
|
// internal link
|
|
|
|
// internal link
|
|
|
|
&[href^="./"], &[href^="/"] {
|
|
|
|
&[href^="./"], &[href^="/"] {
|
|
|
|
text-decoration: none;
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: #afbfc933;
|
|
|
|
background-color: transparentize(#8f9fa9, 0.85);
|
|
|
|
padding: 0 0.2em;
|
|
|
|
padding: 0 0.1em;
|
|
|
|
margin-right: -0.2em;
|
|
|
|
margin: auto -0.1em;
|
|
|
|
font-weight: 600;
|
|
|
|
|
|
|
|
border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.backlinks a {
|
|
|
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
|
|
|
font-size: 0.9rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
sup > a {
|
|
|
|
sup > a {
|
|
|
|
text-decoration: none;
|
|
|
|
text-decoration: none;
|
|
|
|
padding: 0 0.1em 0 0.2em;
|
|
|
|
padding: 0 0.1em 0 0.2em;
|
|
|
@ -134,8 +138,8 @@ sup > a {
|
|
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
a {
|
|
|
|
font-family: Inter, sans-serif;
|
|
|
|
font-family: Inter, sans-serif;
|
|
|
|
font-weight: 700;
|
|
|
|
|
|
|
|
font-size: 1em;
|
|
|
|
font-size: 1em;
|
|
|
|
|
|
|
|
font-weight: 700;
|
|
|
|
text-decoration: none;
|
|
|
|
text-decoration: none;
|
|
|
|
transition: all 0.2s ease;
|
|
|
|
transition: all 0.2s ease;
|
|
|
|
color: var(--secondary);
|
|
|
|
color: var(--secondary);
|
|
|
|