Improved styles

This commit is contained in:
Felipe M 2016-12-19 09:52:50 +01:00
parent 983f84fb9e
commit beca68f33a
4 changed files with 26 additions and 22 deletions

View file

@ -0,0 +1,19 @@
body.blog
&.post
article
h1
font-size: 1.8em
margin-bottom: 0.3em
.info
font-size: 0.9em
.content
margin-top: 1em
img
display: block
margin: 0 auto
img
box-shadow: 0 1px 3px rgba(0,0,0,0.2)

View file

@ -1,16 +0,0 @@
body.blog {
&.post {
article {
h1 {
font-size: 1.8em;
margin-bottom: 0.3em;
}
.info {
font-size: 0.9em;
}
.content {
margin-top: 1em;
}
}
}
}

View file

@ -1,9 +1,9 @@
.highlight
pre
font-size: 84%
line-height: 120%
padding: 12px
pre
font-size: 84%
line-height: 120%
padding: 12px
color: white
pre .str, code .str
color: #65b042

View file

@ -3,4 +3,5 @@
@import "./grid";
@import "./layout";
@import "./blog";
@import "./table";
@import "./syntax";