﻿.tippy-box[data-theme~=roibos] {
    background-color: #505355;
    font-size:12px;
}

    .tippy-box[data-theme~=roibos][data-placement^=top] > .tippy-arrow:before {
        border-top-color: #505355
    }

    .tippy-box[data-theme~=roibos][data-placement^=bottom] > .tippy-arrow:before {
        border-bottom-color: #505355
    }

    .tippy-box[data-theme~=roibos][data-placement^=left] > .tippy-arrow:before {
        border-left-color: #505355
    }

    .tippy-box[data-theme~=roibos][data-placement^=right] > .tippy-arrow:before {
        border-right-color: #505355
    }

    .tippy-box[data-theme~=roibos] > .tippy-backdrop {
        background-color: #505355
    }

    .tippy-box[data-theme~=roibos] > .tippy-svg-arrow {
        fill: #505355
    }
