File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ funkyheatmap(
150150 oddRowBackground: 'var(--bs-body-bg)',
151151 evenRowBackground: 'var(--bs-button-hover)',
152152 textColor: 'var(--bs-body-color)',
153- strokeColor: 'var(--bs-body-color )',
153+ strokeColor: 'var(--bs-dark )',
154154 headerColor: 'var(--bs-white)',
155155 hoverColor: 'var(--bs-body-color)'
156156 }
@@ -163,6 +163,6 @@ funkyheatmap(
163163funkyheatmap = (await require('d3@7').then(d3 => {
164164 window.d3 = d3;
165165 window._ = _;
166- return import('https://unpkg.com/funkyheatmap-js@0.1.8 ');
166+ return import('https://unpkg.com/funkyheatmap-js@0.1.9 ');
167167})).default;
168168```
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ section#details details img.img-fluid {
6060}
6161
6262/* funkyheatmap */
63- .quarto-figure svg g : first-child ~ g text ~ rect , .quarto-figure svg g : first-child ~ g text ~ circle {
64- stroke : var (--bs-dark ) !important ;
63+ .quarto-figure .funkyheatmap .fh-geom {
6564 filter : hue-rotate (var (--hue-rotate )) brightness (var (--brightness-dim )) invert (var (--invert-colors )) brightness (var (--brightness-lighten ));
6665}
You can’t perform that action at this time.
0 commit comments