Skip to content

Commit

Permalink
style: use funkyheatmap selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
mxposed committed Apr 19, 2023
1 parent bc30521 commit ede5e9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions results/_blocks/_summary_figure.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ funkyheatmap(
oddRowBackground: 'var(--bs-body-bg)',
evenRowBackground: 'var(--bs-button-hover)',
textColor: 'var(--bs-body-color)',
strokeColor: 'var(--bs-body-color)',
strokeColor: 'var(--bs-dark)',
headerColor: 'var(--bs-white)',
hoverColor: 'var(--bs-body-color)'
}
Expand All @@ -163,6 +163,6 @@ funkyheatmap(
funkyheatmap = (await require('d3@7').then(d3 => {
window.d3 = d3;
window._ = _;
return import('https://unpkg.com/[email protected].8');
return import('https://unpkg.com/[email protected].9');
})).default;
```
3 changes: 1 addition & 2 deletions results/task_template.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ section#details details img.img-fluid {
}

/* funkyheatmap */
.quarto-figure svg g:first-child ~ g text ~ rect, .quarto-figure svg g:first-child ~ g text ~ circle {
stroke: var(--bs-dark) !important;
.quarto-figure .funkyheatmap .fh-geom {
filter: hue-rotate(var(--hue-rotate)) brightness(var(--brightness-dim)) invert(var(--invert-colors)) brightness(var(--brightness-lighten));
}

0 comments on commit ede5e9f

Please sign in to comment.