/**
  Dark theme by VueWind
 */
.tippy-box[data-theme~='dark'] {
  background-color: #282828;
  color: white;
}

.tippy-box[data-theme~='dark'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #282828;
}
.tippy-box[data-theme~='dark'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #282828;
}
.tippy-box[data-theme~='dark'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #282828;
}
.tippy-box[data-theme~='dark'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #282828;
}

.tippy-box[data-theme~='dark'] > .tippy-svg-arrow {
  fill: #282828;
}