Set white background on avatars

This commit is contained in:
Brandon Keepers
2017-10-19 10:40:56 -05:00
parent dfd7b761a5
commit fadf8890c7

View File

@@ -64,7 +64,7 @@ layout: default
<h4 class="mb-1 alt-h4 text-gray">Used By</h4>
{% for org in page.organizations %}
<a href="https://github.com/{{ org }}" aria-label="{{ org }}" class="tooltipped tooltipped-n avatar-group-item">
<img class="avatar" src="https://github.com/{{ org }}.png" alt="{{ org }}" width="35" height="35">
<img class="avatar bg-white" src="https://github.com/{{ org }}.png" alt="{{ org }}" width="35" height="35">
</a>
{% endfor %}
{% endif %}