Skip to content

Commit

Permalink
fixed minor bugs in dark-theme (#523)
Browse files Browse the repository at this point in the history
* fixed code copy button's color in dark mode

* Update theme-dark.scss
  • Loading branch information
jitendravjh authored Sep 19, 2024
1 parent f30f0ee commit 20209fe
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: $black !important;
--bs-tooltip-bg: $white !important;
}

0 comments on commit 20209fe

Please sign in to comment.