Skip to content

Commit

Permalink
Add minimal comments style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 30, 2016
1 parent 324abff commit 812aa56
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/scss/_comments.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#disqus_thread {
@extend .markdown-body;
margin: 5rem auto 0 auto;
}
4 changes: 4 additions & 0 deletions assets/scss/_style.scss → assets/scss/_markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -458,3 +458,7 @@ html .markdown-body table th {
a.link.title.link-send-tip {
color: $special-text-color !important;
}

html .active .publisher-nav-color::after {
background: $primary-color !important;
}
3 changes: 2 additions & 1 deletion assets/scss/main.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import "variables";
@import "style";
@import "markdown";
@import "comments";
@import "mobile";

0 comments on commit 812aa56

Please sign in to comment.