diff --git a/theming/theme-dark.scss b/theming/theme-dark.scss index a74cc9e86..c3d885a91 100644 --- a/theming/theme-dark.scss +++ b/theming/theme-dark.scss @@ -123,3 +123,9 @@ p { color: $links-hover; background: $background-nav; } + + +.tooltip { + --bs-tooltip-color: $black !important; + --bs-tooltip-bg: $white !important; +}