:root {
    --header-background-color: #0A102A;
    --header-foreground-color: #34C8E8;
}

/* default theme CSS */
:root {
    --body-font-family: 'Open Sans', sans-serif;
    --headings-font-family: 'Open Sans', sans-serif;
    --body-background-color: #F7FAFC;
    --panel-background-color: white;
    --panel-border-color: #E3E8EE;
    /*--panel-color: #15272E;*/
    --background-image: none;
}

:root {
}

/* custom board CSS */
body { background-color: black; color: white }
body a { color: rgb(52, 200, 232) }
.siteTitle, .singleTitle, h1, h2, h3, h4, h5, h6 { color: white }
.breadcrumb, .breadcrumb a { color: white }
.panel { background-color: rgb(10, 16, 42) }
.suggestionListItem .sVotes, .suggestionListItem .sVotes .sLabel { color: white }
.sInfo .sTitle, .sInfo .sTitle a { color: white }
.btn.btn-default.active, .modal-footer .btn + .btn.btn-default.active { background-color: rgb(52, 200, 232); border-color: rgb(52, 200, 232) }
.btn.btn-success, .btn.btn-primary, .modal-footer .btn + .btn.btn-success, .modal-footer .btn + .btn.btn-primary { background-color: rgb(52, 200, 232); border-color: rgb(52, 200, 232) }
div.vote-info span.vote-count, div.vote-info span.vote-label { color: white }

