article {
    border-top: var(--foreground0) solid 3px;
    margin-bottom: 1em;
    padding-left: 1em;
    padding-top: 0.25em;
}
article:hover {
    border-top: var(--foreground2) solid 3px;
}

time {
    font-family: "#RobotoMono-Bold", "monospace";
    font-size: 95%;
    color: var(--foreground0);
}

.feed-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5em;
}

.feed-header h1, .feed-header h2, .feed-header h4 {
    margin: auto 0;
}

.feed-subscribe {
    display: flex;
    font-size: 105%;
}

.feed-subscribe .fa-stack {
    width:  2em;
    height: 2em;
}

.feed-subscribe .fa-square {
    font-size: 160%;
}

.feed-subscribe .feed-rss .fa-square {
    color: var(--orange0);
}
.feed-subscribe .feed-rss:hover .fa-square {
    color: var(--orange2);
}
.feed-subscribe .feed-rss .fa-rss {
    color: var(--background2);
}
