:root {
    --bf-primary-color: #00cdf2;
    --bf-primary-color-transparent: #00cdf2dd;
}

header #logo {
    padding-left: 1.5rem;
    background: url('/bundles/app/images/theme2020/logo_breakflip_371_70.png') no-repeat 1.5rem center;
    background-size: auto 30px;
    height: 50px;
}

.comments__elt__vote__up.active {
    background: url('/bundles/app/images/theme2020/pic_chevron_up_blue.png') no-repeat center center;
    background-size: contain;
}

.comments__elt__vote__down.active {
    background: url('/bundles/app/images/theme2020/pic_chevron_down_blue.png') no-repeat center center;
    background-size: contain;
}
