﻿body {
}

.dark{
    background:black;
    color: white;
}

.dark .info-box{
    background: #111;
    color: white;
    border-left: solid 5px var(--highlight-color);
}

.dark .activity{
    background:black;
    color:white;
    box-shadow: none;
}

    .dark .activity h3 {
        background: #02010a;
        color: white;
    }

.dark .activity > div{
    box-shadow:none;
    border:solid 1px #555;
}

    .dark .activity .activity-postedon {
        color: #aaa;
    }
.dark .top-panel{
    background:black;
    color:white;
}

.dark .top-panel-title{
    color:white;
}

    .dark .top-panel-title a {
        display: block;
    }

.dark .top-panel-menu a{
    color:white;
    background:black;
}

.dark .top-panel-menu a:hover{
    color: dodgerblue;
}

.dark .home-burger{
    color:white;
    background: dodgerblue;
}

.dark .home-burger:hover{
    background: white;
    color: dodgerblue;
    
}

    .dark .category-shelf{
        background:#222;
        color:white;
    }

    .dark .category-shelf a{
        color: white;
    }

    .dark .search-preview{
        background:#222;
        color: white;
    }

    .dark .search-preview a{
        color: white;
    }

    .dark .search-preview-tags > div{
        background: #222;
    }

    .dark .newsfeed__hero-title{
        background-color: #333;
        color: white;
    }


        .dark .newsfeed__hero-title p{
            background-color: black;
            color: white;
        }