Add Bullet Disks to li elements

December 2020

To add bullets to `ul -> li`, update the ul style:

ul {
    list-style: disc;
}
end of line