.theme-toggle {
    border: solid 1px #565656;
    width: 24px;
    padding: 4px;
    border-radius: 12px;
    cursor: pointer;
}
.theme-toggle .button {
    background-color: #717171;
    font-size: 0;
    min-height: 8px;
    min-width: 8px;
    float: left;
    border-radius: 100%;
}
.dark-theme .theme-toggle .button {
    float: right;
}


body.dark-theme {
    background-color: #131313;
    color: white;
}
body.dark-theme a {
    color: dodgerblue;
}
body.dark-theme .first > .column:last-child {
    border-left-color: #505050;
}

body.dark-theme section.summary,
body.dark-theme section.skills {
    border-left-color: #505050;
}
