Skip to content

Commit

Permalink
style: .article-inner, #post-nav-button a
Browse files Browse the repository at this point in the history
Style .article-inner, #post-nav-button a
in white gray theme.
  • Loading branch information
MOxFIVE committed Dec 22, 2015
1 parent 80c2b5a commit b676405
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions layout/_partial/background.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,19 @@
}
.article-inner {
background: white;
margin-bottom: 1em;
}
.post-nav-button {
background: #ececec;
}
#header .header-nav .social #GitHub {
background-color: #bfd3ec;
}
#post-nav-button a {
background: rgba(215, 216, 215, .2);
}
.post-list {
background: white;
}
</style>
<% } %>

0 comments on commit b676405

Please sign in to comment.