﻿.tippy-box[data-theme~=light] {
    color: rgb(231, 231, 231);
    box-shadow: 0 0 10px 4px rgba(154,161,177,.15),0 4px 10px -8px rgba(36,40,47,.25),4px 4px 6px -2px rgba(91,94,105,.15);
    background-color: #444
}

    .tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
        border-top-color: #444
    }

    .tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
        border-bottom-color: #444
    }

    .tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
        border-left-color: #444
    }

    .tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
        border-right-color: #444
    }

    .tippy-box[data-theme~=light] > .tippy-backdrop {
        background-color: #444
    }

    .tippy-box[data-theme~=light] > .tippy-svg-arrow {
        fill: #bebebe
    }
