


.card.rssList {
    color: #FECB6E;
    font-size: 8px;
    background-color:#262626;
    border-color:#face2f;
    mso-border-shadow: yes;
}

.harddc-light-mode .card.rssList {
    color: #FECB6E;
    font-size: 8px;
    background-color:#262626;
}

.card-title.rssTitle {
    color: #FECB6E;
    word-break: break-all;
    font-size: 10px;
}
.card-subtitle.rssTimestamp {
    color: white;
    background-color: #c0c0c0;
    word-break: break-all;
    font-size: 10px;
}
.harddc-light-mode .card-subtitle.rssTimestamp {
    color: black;
    background-color:#a6a6a6;
    word-break: break-all;
    font-size: 10px;
}

.card-text.rssContent {
    color: white;
    word-break: break-all;
    font-size: 8px;
}
.harddc-light-mode .card-text.rssContent {
    color: black;
    word-break: break-all;
    font-size: 8px;
}

