You could make a stylesheet tiddler like
div[data-tags~=Lists] ul li {list-style-type: lower-alpha }
This assumes you have your tiddler tagged "Lists", but of course you might use some other tag. You would want to use some
sort of tag because otherwise *everything* that is in a list will use lower-alpha.