|
|
|
@ -108,18 +108,25 @@ td, th {
|
|
|
|
|
margin: 0.5em 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
article a {
|
|
|
|
|
font-family: Source Sans Pro;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
|
|
|
|
|
// internal link
|
|
|
|
|
&[href^="./"], &[href^="/"] {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
background-color: transparentize(#8f9fa9, 0.85);
|
|
|
|
|
padding: 0 0.1em;
|
|
|
|
|
margin: auto -0.1em;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
}
|
|
|
|
|
article {
|
|
|
|
|
& > .meta {
|
|
|
|
|
margin: -1.5em 0 1em 0;
|
|
|
|
|
opacity: 0.7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
& a {
|
|
|
|
|
font-family: Source Sans Pro;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
|
|
|
|
|
// internal link
|
|
|
|
|
&[href^="./"], &[href^="/"] {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
background-color: transparentize(#8f9fa9, 0.85);
|
|
|
|
|
padding: 0 0.1em;
|
|
|
|
|
margin: auto -0.1em;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.backlinks a {
|
|
|
|
|