{"id":639,"date":"2019-11-06T16:56:23","date_gmt":"2019-11-06T22:56:23","guid":{"rendered":"https:\/\/marcblase.com\/blog\/?p=639"},"modified":"2019-11-06T16:57:19","modified_gmt":"2019-11-06T22:57:19","slug":"pretty-list-item-disc-coloring","status":"publish","type":"post","link":"https:\/\/ma.rcbla.se\/blog\/2019\/11\/pretty-list-item-disc-coloring\/","title":{"rendered":"Pretty List Item Disc Coloring with SCSS"},"content":{"rendered":"<p>Since I seem to be asked for these frequently, I am putting this here for quick reference, as well as posterity.<\/p>\n<pre class=\"brush: css; title: ; notranslate\" title=\"\">\r\nul {\r\n  list-style: none;\r\n  margin: 0 0 25px;\r\n  padding: 0;\r\n  \r\n  li {\r\n    margin: 0;\r\n    padding: 0 0 0 30px;\r\n    text-indent: -15px;\r\n\r\n    &amp;::before {\r\n      content: &quot;\u2022 &quot;;\r\n      color: gold; \/\/ it's a pretty color\r\n    }\r\n  }\r\n}\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Since I seem to be asked for these frequently, I am putting this here for quick reference, as well as posterity. ul { list-style: none; margin: 0 0 25px; padding: 0; li { margin: 0; padding: 0 0 0 30px; text-indent: -15px; &amp;::before { content: &quot;\u2022 &quot;; color: gold; \/\/ it&#8217;s a pretty color } [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11,12],"tags":[],"class_list":["post-639","post","type-post","status-publish","format-standard","hentry","category-coding","category-css-coding"],"_links":{"self":[{"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/posts\/639","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/comments?post=639"}],"version-history":[{"count":3,"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/posts\/639\/revisions"}],"predecessor-version":[{"id":642,"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/posts\/639\/revisions\/642"}],"wp:attachment":[{"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/media?parent=639"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/categories?post=639"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/tags?post=639"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}