body.dark-theme {
    color: #f0f0f0;
}

.post {
    padding: 10px;
}

.post-title {
    font-size: 1.9rem;
    margin: 0 0 10px;
}

.post-content {
    margin-top: 15px;
}

.post:not(:last-of-type) {
    border-bottom: none;
}

a.read-more, a.read-more:active, a.read-more:hover {
    display: inline;
}

.post-content a {
    text-decoration: none;
    border-bottom: 0.1em solid;
}

.pagination__title-h {
    color: var(--color-primary);
}

.post-content figure a {
    text-decoration: none;
    border-bottom: none;
}

.rss {
    width: 19px;
    max-width: 19px;
    height: 19px;
    max-height: 19px;
    margin: 0;
}

figure {
    display: flex;
    flex-direction: column;
    align-items: center;
}
