Skip to content

Commit 20209fe

Browse files
authored
fixed minor bugs in dark-theme (#523)
* fixed code copy button's color in dark mode * Update theme-dark.scss
1 parent f30f0ee commit 20209fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

theming/theme-dark.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,9 @@ p {
123123
color: $links-hover;
124124
background: $background-nav;
125125
}
126+
127+
128+
.tooltip {
129+
--bs-tooltip-color: $black !important;
130+
--bs-tooltip-bg: $white !important;
131+
}

0 commit comments

Comments
 (0)