Skip to content

Commit 5593963

Browse files
committed
Make the first few install chart colors easier to tell apart
1 parent 504059a commit 5593963

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

js/charts.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,16 +139,16 @@ import '../css/charts.css';
139139
colors = [
140140
'#f28d1a',
141141
'#1765f4',
142-
'#ed1f96',
143142
'#ee1e23',
144-
'#b817f4',
145143
'#c4f516',
144+
'#b817f4',
146145
'#804040',
147-
'#ff8040',
148146
'#008080',
147+
'#ff8040',
148+
'#ed1f96',
149149
'#004080',
150-
'#8080ff',
151150
'#800040',
151+
'#8080ff',
152152
'#800000',
153153
];
154154

templates/layout.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
<div class="row">
192192
<ul class="social col-xs-7 col-sm-4 col-md-2 pull-right">
193193
<li><a href="http://github.com/composer/packagist" title="{{ 'menu.github'|trans }}"><span class="icon-github"></span></a></li>
194-
<li><a href="https://twitter.com/packagist" title="{{ 'menu.twitter'|trans }}"><span class="icon-twitter"></span></a></li>
194+
<li><a href="https://x.com/packagist" title="{{ 'menu.twitter'|trans }}"><span class="icon-twitter"></span></a></li>
195195
<li><a href="mailto:contact@packagist.org" title="{{ 'menu.contact'|trans }}"><span class="icon-mail"></span></a></li>
196196
</ul>
197197

0 commit comments

Comments
 (0)