Select all elements after specific element

You can use

.divider ~ li {
    background-color:green;
}