Skip to content

Commit

Permalink
Merge pull request #42 from coshx/markdowns
Browse files Browse the repository at this point in the history
Fixes markdown generic code styles
  • Loading branch information
micmmakarov committed Feb 13, 2015
2 parents 5ae7c41 + d6d8b60 commit f368a61
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/assets/stylesheets/posts.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@
padding-right: 0px;
}

h4 {
font-size: 24px !important;
color: $dark-grey;
font-weight: bold;
}
h3 {
font-size: 42px !important;
color: $dark-grey;
Expand All @@ -130,8 +135,8 @@
font-size: 15px;
line-height: 26px;
font-family: "Merriweather Sans", serif;
margin-top: 30px;
margin-bottom: 30px;
margin-top: 10px;
margin-bottom: 10px;
a {
color: #38A8CC;
}
Expand Down
4 changes: 4 additions & 0 deletions app/assets/stylesheets/pygments.css.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
pre code {
font-size: 1.4em;
padding-bottom: 15px;
}
.highlight {
& > pre { padding-left: 1em; padding-top: 0.4em; padding-bottom: 0.5em; }
font-size: 1.4em;
Expand Down

0 comments on commit f368a61

Please sign in to comment.