From 8558c2600dc2cd82c9b5dd2aa8c87448ae8a0f1d Mon Sep 17 00:00:00 2001 From: jooncco Date: Sat, 16 Mar 2024 17:22:55 +0900 Subject: [PATCH] :art: override facebook comment section style --- _sass/minimal-mistakes/_comment.scss | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) 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; }