/*

Feed

*/
.item-link {
    color: #212529;
    text-decoration: none;
}

.item-link:visited {
    color: #212529;
}

.item-link:hover {
    color: #212529;
    text-decoration: none;
    border-bottom: 1px dotted #212529;
}

.feed-item .card-text {
    border-left: 1px solid #e9e9e9;
}

.source-rss,
.source-twitter,
.source-medium,
.source-youtube {
    opacity: 0.75;
}

.source-rss {
    color: #ff6600;
}

.source-twitter {
    color: #1da1f2;
}

.source-medium {
    color: #15c667;
}

.source-youtube {
    color: #f00;
}