Author: Ian Littman (iansltx)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2024-07-02T21:57:32+03:00

Commit: 
https://github.com/php/web-php/commit/6aa42c142936403de6e28fa701e751ee943fea18
Raw diff: 
https://github.com/php/web-php/commit/6aa42c142936403de6e28fa701e751ee943fea18.diff

Switch "today" marker on supported versions image from red to dark grey to 
differentiate from EOL versions (#1019)

Changed paths:
  M  images/supported-versions.php


Diff:

diff --git a/images/supported-versions.php b/images/supported-versions.php
index 76b8147f20..af69352412 100644
--- a/images/supported-versions.php
+++ b/images/supported-versions.php
@@ -98,13 +98,13 @@ function date_horiz_coord(DateTime $date) {
                        }
 
                        .today line {
-                               stroke: #f33;
+                               stroke: #333;
                                stroke-dasharray: 7,7;
                                stroke-width: 3px;
                        }
 
                        .today text {
-                               fill: #f33;
+                               fill: #333;
                                text-anchor: middle;
                        }
 

Reply via email to