File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 77 <style >
88 /* Embedded styles for standalone viewing */
99 .release-cycle-chart {
10- color-scheme : light dark ;
10+ color-scheme : light ;
1111
1212 {# Copy vars from Furo theme if present #}
1313 {% for varname , default in {
2626 width: 100%;
2727
2828 --blob-border-width: 1.6px;
29-
30- background-color : var(--color-background-primary);
29+ }
30+ .background {
31+ fill : var (--svg-color-background-primary );
3132 }
3233 .release-cycle-year-line {
3334 stroke : var (--svg-color-foreground-primary );
108109 </linearGradient >
109110 </defs >
110111
112+ <rect
113+ class =" background"
114+ x =" 0"
115+ y =" 0"
116+ width =" {{ diagram_width }}"
117+ height =" {{ diagram_height }}"
118+ />
119+
111120 {% for version in versions %}
112121 {% set y = version .y * line_height %}
113122 {% if version .y % 2 %}
You can’t perform that action at this time.
0 commit comments