@import url('colors.css');
#latest-updates ul {
    padding-left: 0;
}

#latest-updates li {
    margin-bottom: 10px;
    list-style-type: none;
}

#latest-updates li:before {
    content: "•";
    color: var(--primary-color);
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
