I noticed an extra border peeking back at me today on the GitHub contributions group:

Extra Border

It can be fixed by the following CSS:

.contrib-column:nth-child(3) {
    border-left: none;
}