We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d2242 commit 83cd02dCopy full SHA for 83cd02d
theming/rules/_quarto-tweaks.scss
@@ -52,3 +52,8 @@ code {
52
.quarto-title-banner {
53
background-color: $navbar-bg !important;
54
}
55
+
56
+.tooltip {
57
+ --bs-tooltip-color: $black !important;
58
+ --bs-tooltip-bg: $white !important;
59
+}
0 commit comments