app/tooltips.css (27 lines of code) (raw):
.tippy-content {
white-space: pre-line;
}
/* light theme */
.tippy-box[data-theme~="light"] {
background-color: #fff;
box-shadow: 0 0 20px 4px rgb(154 161 177 / 15%), 0 4px 80px -8px rgb(36 40 47 / 25%),
0 4px 4px -2px rgb(91 94 105 / 15%);
color: #26323d;
}
.tippy-box[data-theme~="light"][data-placement^="top"] > .tippy-arrow::before {
border-top-color: #fff;
}
.tippy-box[data-theme~="light"][data-placement^="bottom"] > .tippy-arrow::before {
border-bottom-color: #fff;
}
.tippy-box[data-theme~="light"][data-placement^="left"] > .tippy-arrow::before {
border-left-color: #fff;
}
.tippy-box[data-theme~="light"][data-placement^="right"] > .tippy-arrow::before {
border-right-color: #fff;
}
.tippy-box[data-theme~="light"] > .tippy-backdrop {
background-color: #fff;
}
.tippy-box[data-theme~="light"] > .tippy-svg-arrow {
fill: #fff;
}