Skip to content

Commit fb4e66e

Browse files
committed
Avoid :root
1 parent eabf2f0 commit fb4e66e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

_tools/release_cycle_template.svg.jinja

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
viewBox="0 0 {{ diagram_width }} {{ diagram_height }}"
66
>
77
<style>
8-
:root {
8+
/* Embedded styles for standalone viewing */
9+
.release-cycle-chart {
910
color-scheme: light dark;
1011
1112
{# Copy vars from Furo theme if present #}
@@ -17,9 +18,7 @@
1718
}.items() %}
1819
--svg-{{varname}}: var(--{{varname}}, {{default}});
1920
{% endfor %}
20-
}
21-
/* Embedded styles for standalone viewing */
22-
.release-cycle-chart {
21+
2322
font-family: var(
2423
--font-stack,
2524
-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,

0 commit comments

Comments
 (0)