We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bdcd0d commit 53a698cCopy full SHA for 53a698c
1 file changed
_tools/release_cycle_template.svg.jinja
@@ -7,7 +7,7 @@
7
<style>
8
/* Embedded styles for standalone viewing */
9
.release-cycle-chart {
10
- color-scheme: light dark;
+ color-scheme: light;
11
12
{# Copy vars from Furo theme if present #}
13
{% for varname, default in {
@@ -26,8 +26,9 @@
26
width: 100%;
27
28
--blob-border-width: 1.6px;
29
-
30
- background-color: var(--color-background-primary);
+ }
+ .background {
31
+ fill: var(--svg-color-background-primary);
32
}
33
.release-cycle-year-line {
34
stroke: var(--svg-color-foreground-primary);
@@ -108,6 +109,14 @@
108
109
</linearGradient>
110
</defs>
111
112
+ <rect
113
+ class="background"
114
+ x="0"
115
+ y="0"
116
+ width="{{ diagram_width }}"
117
+ height="{{ diagram_height }}"
118
+ />
119
+
120
{% for version in versions %}
121
{% set y = version.y * line_height %}
122
{% if version.y % 2 %}
0 commit comments