Skip to content

Commit 83cd02d

Browse files
add tooltip css for dark mode
1 parent 55d2242 commit 83cd02d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

theming/rules/_quarto-tweaks.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,8 @@ code {
5252
.quarto-title-banner {
5353
background-color: $navbar-bg !important;
5454
}
55+
56+
.tooltip {
57+
--bs-tooltip-color: $black !important;
58+
--bs-tooltip-bg: $white !important;
59+
}

0 commit comments

Comments
 (0)