Skip to content

Commit 5be05db

Browse files
mxposedscottgigante-immunai
authored andcommitted
style: use funkyheatmap selectors
1 parent ad6798e commit 5be05db

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

results/_blocks/_summary_figure.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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(
163163
funkyheatmap = (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
```

results/task_template.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)