enable last modified info
This commit is contained in:
@ -108,18 +108,25 @@ td, th {
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
article a {
|
||||
font-family: Source Sans Pro;
|
||||
font-weight: 600;
|
||||
article {
|
||||
& > .meta {
|
||||
margin: -1.5em 0 1em 0;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
// internal link
|
||||
&[href^="./"], &[href^="/"] {
|
||||
text-decoration: none;
|
||||
background-color: transparentize(#8f9fa9, 0.85);
|
||||
padding: 0 0.1em;
|
||||
margin: auto -0.1em;
|
||||
border-radius: 3px;
|
||||
}
|
||||
& 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 {
|
||||
|
Reference in New Issue
Block a user