.tippy-box[data-theme~=custom] {
	background-color:#ffdc44;
	color:#000;
}

.tippy-box[data-theme~=custom][data-placement^=top]>.tippy-arrow:before {
	border-top-color:#ffdc44
}

.tippy-box[data-theme~=custom][data-placement^=bottom]>.tippy-arrow:before {
	border-bottom-color:#ffdc44
}

.tippy-box[data-theme~=custom][data-placement^=left]>.tippy-arrow:before {
	border-left-color:#ffdc44
}

.tippy-box[data-theme~=custom][data-placement^=right]>.tippy-arrow:before {
	border-right-color:#ffdc44
}

.tippy-box[data-theme~=custom]>.tippy-backdrop {
	background-color:#ffdc44
}

.tippy-box[data-theme~=custom]>.tippy-svg-arrow {
	fill:#ffdc44;
}