🐛 make sure tooltips are distinguishable from background (fix #3)

This commit is contained in:
DrMaxNix 2023-08-09 17:45:18 +02:00
parent 674f8b08ea
commit 719e6fb703
1 changed files with 12 additions and 0 deletions

View File

@ -532,6 +532,18 @@
/* add a border to tooltips */
.tippy-box[data-theme="tooltip"] {
border: 1px solid var(--color-secondary) !important;
}
.tippy-box[data-theme="tooltip"] .tippy-svg-arrow-outer {
fill: var(--color-secondary) !important;
}
/* fonts */
:root {
--fonts-proportional: "Ubuntu", -apple-system, "Segoe UI", system-ui, "Roboto", "Helvetica Neue", "Arial" !important;