diff --git a/_includes/comments-providers/facebook.html b/_includes/comments-providers/facebook.html index 009dc1c..3e99924 100644 --- a/_includes/comments-providers/facebook.html +++ b/_includes/comments-providers/facebook.html @@ -1,8 +1,14 @@
- \ No newline at end of file + + diff --git a/_sass/minimal-mistakes/_comment.scss b/_sass/minimal-mistakes/_comment.scss index d816305..d7dbeda 100644 --- a/_sass/minimal-mistakes/_comment.scss +++ b/_sass/minimal-mistakes/_comment.scss @@ -1,3 +1,26 @@ -.fb-comments { - background: #aaa; +// Overriding styles for facebook comment section. +// The facebook jssdk theme doen't fit well into look & feel of this site. +section.fb-comments { + ._6b { + vertical-align: baseline !important; + margin: 0 0.25em !important; + } + + ._pup { + color: #eee !important; + } + + ._3-8m { + span { + color: #ccc !important; + } + } + + ._ohe { + color: #eee !important; + } +} + +section.fb-comments ._50f7 { + color: #eee !important; }