1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

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

This commit is contained in:
Ian Littman
2024-07-02 13:57:32 -05:00
committed by GitHub
parent a6dc2f07db
commit 6aa42c1429

View File

@@ -98,13 +98,13 @@ $height = $header_height + $footer_height + (count($branches) * $branch_height);
} }
.today line { .today line {
stroke: #f33; stroke: #333;
stroke-dasharray: 7,7; stroke-dasharray: 7,7;
stroke-width: 3px; stroke-width: 3px;
} }
.today text { .today text {
fill: #f33; fill: #333;
text-anchor: middle; text-anchor: middle;
} }