.tippy-box[data-theme~='iceline'] {
    color: white;
    background: #0D0E13;
}

.tippy-box[data-theme~='iceline'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: rgb(13, 14, 19);
}

.tippy-box[data-theme~='iceline'] a {
    color: white;
    transition: color .2s ease-in-out;
}

.tippy-box[data-theme~='iceline'] a:hover {
    color: #749DEE;
}
