Comments icon via CSS so it persists after Disqus JS
This commit is contained in:
parent
41c6bd2979
commit
919d3b5458
2 changed files with 9 additions and 3 deletions
|
@ -77,6 +77,12 @@ article {
|
|||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.comments::before {
|
||||
content: "\f075";
|
||||
font-family: "FontAwesome";
|
||||
padding-right: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
// Blog listings, index page
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue