From 6aa42c142936403de6e28fa701e751ee943fea18 Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Tue, 2 Jul 2024 13:57:32 -0500 Subject: [PATCH] Switch "today" marker on supported versions image from red to dark grey to differentiate from EOL versions (#1019) --- images/supported-versions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/supported-versions.php b/images/supported-versions.php index 76b8147f2..af6935241 100644 --- a/images/supported-versions.php +++ b/images/supported-versions.php @@ -98,13 +98,13 @@ $height = $header_height + $footer_height + (count($branches) * $branch_height); } .today line { - stroke: #f33; + stroke: #333; stroke-dasharray: 7,7; stroke-width: 3px; } .today text { - fill: #f33; + fill: #333; text-anchor: middle; }