Update build system and content
This commit is contained in:
parent
aa21b867b3
commit
6f1abd3fe5
44 changed files with 1406 additions and 92 deletions
|
@ -72,6 +72,10 @@ html{
|
|||
body{
|
||||
background-color: @gb-dm-bg0;
|
||||
color: @gb-dm-fg0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.container{
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
flex-wrap: wrap-reverse;
|
||||
|
@ -87,7 +91,7 @@ body{
|
|||
aside{
|
||||
margin: 1em;
|
||||
margin-bottom: 3em;
|
||||
min-width: 12em;
|
||||
width: 12em;
|
||||
}
|
||||
main{
|
||||
margin: 1em;
|
||||
|
@ -109,16 +113,28 @@ article{
|
|||
border-radius: 1em;
|
||||
}
|
||||
|
||||
footer{
|
||||
display: block;
|
||||
background-color: @gb-dm-bg3;
|
||||
padding: 0.5em;
|
||||
a{
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
img{
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.blog-name{
|
||||
font-size: 2em;
|
||||
font-size: 2rem;
|
||||
font-weight: 400;
|
||||
margin-bottom: 0.8em;
|
||||
display: block;
|
||||
a, a:visited, a:hover, a:active{
|
||||
color: @gb-dm-fg0;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
&:visited, &:hover, &:active{
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
@ -152,13 +168,13 @@ a:active, a:hover{
|
|||
}
|
||||
|
||||
|
||||
*:first-child{
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
*:last-child{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
//*:first-child{
|
||||
// margin-top: 0;
|
||||
//}
|
||||
//
|
||||
//*:last-child{
|
||||
// margin-bottom: 0;
|
||||
//}
|
||||
|
||||
p code{
|
||||
display: inline-block;
|
||||
|
@ -167,6 +183,7 @@ p code{
|
|||
}
|
||||
|
||||
|
||||
|
||||
//Pandoc styles
|
||||
code{white-space: pre-wrap;}
|
||||
span.smallcaps{font-variant: small-caps;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue