mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
Set white background on avatars
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user