diff --git a/theming/theme-dark.scss b/theming/theme-dark.scss index a74cc9e86..663a25ed7 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: #000 !important; + --bs-tooltip-bg: #fff !important; +} \ No newline at end of file