Skip to content

Instantly share code, notes, and snippets.

View shaharhesse's full-sized avatar

Steven shaharhesse

View GitHub Profile
@shaharhesse
shaharhesse / WordPress Comment Styling SCSS
Last active July 19, 2018 19:40 — forked from jeffgolenski/WordPress Comment Styling SCSS
SCSS WordPress Comment Styles. Based on the WordPress threaded comments CSS over at css-tricks.com, I created this nested SCSS. It's basic, simple, and clean. Quickly copy, paste, and style away! Original CSS located at: http://css-tricks.com/snippets/wordpress/base-threaded-comments-styling/
/* =========================================================
* Comments
* ========================================================= */
ol.comment-list{
margin: 0 0 1em;
padding: 0;
list-style-type: none;
text-indent: 0;
li{}