Site URL: https://octahedron-plantain-7yf9.squarespace.com/
https://octahedron-plantain-7yf9.squarespace.com/
PW: omaha
I'm trying to use custom bullets within a markdown block. The code works for bullets in a regular text block, but I can't seem to get the code to apply to the markdown block as well.
/*Custom Bullets*/
ul[data-rte-list] li>*:first-child::before {
content: "\007E";
font-weight: bolder;
font-size: 1.4em;
color: #BCECE4;
}