I'm looking to discover where in the system the css for <li></li> is housed?
Adding styles to the custom.css achieves nothing
I'm looking to adjust the line height
Been through the live demos Typography > Unordered, ordered and nested lists and there is nothing I can find there.
I even added the following to custom.css and no change
li {
line-height: 250%;
}