<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">figcaption {
    text-align: center;
    font-size: 10px;
    font-weight: 600;
}

.label-default  {
    background-color: #8e8f8a;
}

.navbar-default  {
/*    background: linear-gradient(to right,#ff7e00,#6e6e6e);
    background: linear-gradient(to right,#ff7e00,#6e6e6e);
    background: linear-gradient(#ee4e3e,#6e6e6e);
*/
    background: linear-gradient(#f05839,#554282);
}

.well {
/*    background-color: #fae9e9; */
    background-color: #e9e9e9;
}

h2 {
    font-size: 20px;
    font-weight: 600;
}

h2:hover {
    color: #f05839;
}

h3 {
    font-size: 15px;
    font-weight: 600;
}

h3:hover {
    color: #f05839;
}

a.navbar-brand {
    color: #ccc;
    font-size: 30px;
    font-weight: 500;
}

a.navbar-brand span {
    color: red;
}

a.navbar-brand span + span {
    color: #ccc;
}

a.navbar-brand span + span:hover {
    color: #fff;
}

.nav.navbar-nav &gt; li &gt; a {
    font-size: 15px;
    color: #ccc;
}

a.btn.btn-default.btn-xs {
    background-color: #8e8f8a;
}

a.btn.btn-default.btn-xs:hover {
    background-color: #ccc;
    
}

.feed-list {
    margin: 0 0 15px 15px;
    padding: 0;
    list-style-type: none;
}

.feed-list li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
}

.feed-list li a {
    padding: 0 0 0 19px;
    background: url("/images/feed-icon-14x14.png") no-repeat 0 50%;
    list-style-type: none;
} </pre></body></html>