.tippy-box[data-theme="red"] {
    background: red;
}
.tippy-box[data-theme="red"] .tippy-arrow{
    color: red;
}
.tippy-box[data-theme="red"] .tippy-content{
    color: white !important;
}
