We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5483bdf commit 9866b6cCopy full SHA for 9866b6c
_quarto.yml
@@ -2,7 +2,7 @@ project:
2
type: website
3
preview:
4
# 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
+ # port: 4200
6
browser: true
7
8
theming/styles.css
@@ -44,3 +44,4 @@
44
max-height: 250px;
45
overflow: scroll;
46
}
47
+
theming/theme-dark.scss
@@ -147,7 +147,7 @@ p {
147
148
.tooltip {
149
--bs-tooltip-color: $black !important;
150
- --bs-tooltip-bg: $white !important;
+ // --bs-tooltip-bg: $white !important;
151
152
153
.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item * {
0 commit comments