The recommended way to change the default list position for list blocks

Lists by default seem to have a default list position of outside, which means the bullets go outside the document area when displaying. Is there a recommended way to change the default for a site? Options seem to run to:

  1. Adding SCSS code in a new global stylesheet that rhymes with
li { list-style-position: inside; }
  1. Finding the list item global UI … somewhere?

  2. Some other, even better way :slight_smile:

    Thanks!!!