Recently, I've been working on my Wordpress website and experimenting with some CSS changes in the additional CSS field. Since I'm not very familiar with CSS, I tend to directly paste the code into the field. My current dilemma is figuring out how to color the lists and increase the spacing between them similar to what I saw on a particular website. Here are some links for reference: Reference Site and Screenshot.
li::before {
top: .6rem;
background-color: #272284;
}
After adding this code to the additional CSS field, I didn't see any changes reflected on the site. Just to provide more context, here's the theme I currently have installed which displays ordered and unordered lists: Theme