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 7c37b96 commit fb62ccdCopy full SHA for fb62ccd
1 file changed
_tools/release_cycle_template.svg.jinja
@@ -26,6 +26,9 @@
26
width: 100%;
27
28
--blob-border-width: 1.6px;
29
+
30
+ --status-bg-color: #CCC;
31
+ --status-border-color: #888;
32
}
33
.background {
34
fill: var(--svg-color-background-primary);
@@ -88,6 +91,9 @@
88
91
--status-bg-color: #2222EE;
89
92
--status-border-color: #008888;
90
93
94
+ .release-cycle-status-planned {
95
+ /* Use grey defaults */
96
+ }
97
.release-cycle-blob {
98
fill: var(--status-bg-color);
99
stroke: transparent;
0 commit comments