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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user