Skip to content

Commit 976a5ff

Browse files
wrong file
1 parent c73818a commit 976a5ff

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

results/task_template.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,9 @@ div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody {
5858
section#details details img.img-fluid {
5959
filter: invert(var(--invert-colors));
6060
}
61+
62+
/* funkyheatmap */
63+
.quarto-figure svg g:first-child ~ g text ~ rect, .quarto-figure svg g:first-child ~ g text ~ circle {
64+
stroke: var(--bs-body-bg) !important;
65+
filter: hue-rotate(var(--hue-rotate)) brightness(var(--brightness-dim)) invert(var(--invert-colors)) brightness(var(--brightness-lighten));
66+
}

results/tasks.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,3 @@
1313
.card .card-img-top {
1414
background-color: var(--bs-white);
1515
}
16-
17-
/* funkyheatmap */
18-
.quarto-figure svg g:first-child ~ g text ~ rect, .quarto-figure svg g:first-child ~ g text ~ circle {
19-
stroke: var(--bs-body-bg) !important;
20-
filter: hue-rotate(var(--hue-rotate)) brightness(var(--brightness-dim)) invert(var(--invert-colors)) brightness(var(--brightness-lighten)) hue-rotate(var(--hue-rotate));
21-
}

theme-dark.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $body-bg: #1d2527;
2020
}
2121

2222
.quarto-figure svg {
23-
--hue-rotate: 90deg;
23+
--hue-rotate: 180deg;
2424
--brightness-dim: 80%;
2525
--brightness-lighten: 125%;
2626
}

0 commit comments

Comments
 (0)