Skip to content

Commit 9866b6c

Browse files
fix copy button css in dark mode
1 parent 5483bdf commit 9866b6c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project:
22
type: website
33
preview:
44
# Change port if it's busy in your system or just remove this line so that It will automatically use any free port
5-
port: 4200
5+
# port: 4200
66
browser: true
77

88

theming/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@
4444
max-height: 250px;
4545
overflow: scroll;
4646
}
47+

theming/theme-dark.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ p {
147147

148148
.tooltip {
149149
--bs-tooltip-color: $black !important;
150-
--bs-tooltip-bg: $white !important;
150+
// --bs-tooltip-bg: $white !important;
151151
}
152152

153153
.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item * {

0 commit comments

Comments
 (0)