:root {
    --light-post-link-color: #2d96bd;
    --light-post-link-hover-color:#ef3982;
}

a.client-item-link,
a.project-item-link {
    color: var(--light-post-link-color);
}

a.client-item-link:hover,
a.project-item-link:hover {
    color: var(--light-post-link-hover-color);
}

stores,
repos {
    display: flex;
    margin-top: 0.5em;
}

download {
    display: flex;
    align-items: baseline;
}


article.post.home {
    margin-bottom: 0;
}

.home-post-tags {
    margin-bottom: 4em;
}

.footer {
    height: 4rem;
    line-height: 2rem;
}
.footer .social-links {
    font-size: x-small;
}
