Add Bullet Disks to li elements

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

Code
-- css

ul {
    list-style: disc;
}