diff --git a/_sass/minimal-mistakes/_comment.scss b/_sass/minimal-mistakes/_comment.scss index d816305..296c7d7 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; + margin: 0 0.25em; + } + + ._pup { + color: #eee; + } + + ._3-8m { + span { + color: #ccc; + } + } + + ._ohe { + color: #eee; + } +} + +section.fb-comments ._50f7 { + color: #eee; }