diff --git a/theming/theme-dark.scss b/theming/theme-dark.scss index 783f25212..caa2c5b29 100644 --- a/theming/theme-dark.scss +++ b/theming/theme-dark.scss @@ -90,7 +90,7 @@ a:hover { color: $links-hover !important; } -code, p code { +code, p code, li code { background-color: $code-background-color !important; color: $links; } @@ -132,3 +132,8 @@ p { color: $links-hover; background: $background-nav; } + +.tooltip { + --bs-tooltip-color: $black !important; + --bs-tooltip-bg: $white !important; +}