Skip to content

Commit cd4f76a

Browse files
committed
Update comments
1 parent abc7ce5 commit cd4f76a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_static/devguide_overrides.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
height: 110px;
77
}
88

9-
/* Release cycle chart - theme-aware overrides */
9+
/* Release cycle chart */
1010
.release-cycle-chart .release-cycle-year-line {
1111
stroke: var(--color-foreground-primary);
1212
}

_tools/release_cycle_template.svg.jinja

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
fill: #333;
2020
}
2121
.release-cycle-today-line {
22-
stroke: #4B8BBE; /* Python blue */
22+
stroke: #4B8BBE;
2323
stroke-width: 1.6px;
2424
}
2525
.release-cycle-row-shade {
@@ -33,10 +33,12 @@
3333
stroke-width: 1.6px;
3434
}
3535
.release-cycle-blob-label {
36+
/* white looks good on both light & dark */
3637
fill: white;
3738
}
3839
.release-cycle-blob-label.release-cycle-status-security,
3940
.release-cycle-blob-label.release-cycle-status-bugfix {
41+
/* but use black to improve contrast for lighter backgrounds */
4042
fill: black;
4143
}
4244
.release-cycle-blob-label.release-cycle-status-end-of-life,

0 commit comments

Comments
 (0)