File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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 {
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 ,
You can’t perform that action at this time.
0 commit comments