From 20209fe4bed0b6fffc7b9c3d8941dd4ce9fb0d6d Mon Sep 17 00:00:00 2001 From: Jitendra Verma Date: Thu, 19 Sep 2024 18:50:15 +0530 Subject: [PATCH] fixed minor bugs in dark-theme (#523) * fixed code copy button's color in dark mode * Update theme-dark.scss --- theming/theme-dark.scss | 6 ++++++ 1 file changed, 6 insertions(+) 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; +}