Skip to content

Commit

Permalink
fixed code copy button's color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jitendravjh committed Sep 19, 2024
1 parent f30f0ee commit 3bdf678
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theming/theme-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,9 @@ p {
color: $links-hover;
background: $background-nav;
}


.tooltip {
--bs-tooltip-color: #000 !important;
--bs-tooltip-bg: #fff !important;
}

0 comments on commit 3bdf678

Please sign in to comment.