From c13528252ac49bfc8d0cd6d510a0aa3c8463b15d 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 | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/_sass/minimal-mistakes/_comment.scss b/_sass/minimal-mistakes/_comment.scss index d816305..899650f 100644 --- a/_sass/minimal-mistakes/_comment.scss +++ b/_sass/minimal-mistakes/_comment.scss @@ -1,3 +1,22 @@ -.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; + } }