Skip to content

Commit

Permalink
🎨 override facebook comment section style
Browse files Browse the repository at this point in the history
  • Loading branch information
jooncco committed Mar 16, 2024
1 parent f4a88bf commit 8558c26
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions _sass/minimal-mistakes/_comment.scss
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit 8558c26

Please # to comment.