h2.title-comments {
color: white;
font-family: 'Inter';
}
.comment-content p {
font-family: 'Inter';
color: #ffffff;
}
#comments .comment-meta {
display: flex;
justify-content: space-between;
margin-block-end: .9rem;
color: white;
font-family: 'Inter';
}
b.fn a {
color: #568aff;
}
.comment-content p a
Specificity: (0,1,2)
{
color: #568aff;
}
.comments-area a, .page-content a {
text-decoration: underline;
color: #568aff;
}