Skip to content

Commit 5692e3a

Browse files
authored
Merge pull request creativecommons#458 from creativecommons/update_project_list
fix link styling for the repo on Project list page.
2 parents cd6eee4 + db4eed2 commit 5692e3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/vocabulary_theme/templates/project_list.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ <h2>All Active Projects</h2>
9191
{% endif %}
9292
<td class="padding-vertical-normal padding-right-xl padding-left-normal">
9393
{% if repo.website %}
94-
<a href="{{ repo.website }}" class="is-block has-color-dark-slate-gray">Website</a>
94+
<a href="{{ repo.website }}" class="is-block"><i class="icon external-link padding-right-small"></i>Website</a>
9595
{% endif %}
96-
<a href="{{ repo.url }}" class="is-block has-color-dark-slate-gray"><i class="icon github padding-right-small"></i>Github</a>
96+
<a href="{{ repo.url }}" class="is-block"><i class="icon github padding-right-small"></i>Github</a>
9797
{% if repo.slack %}
98-
<a href="https://creativecommons.slack.com/channels/{{ repo.slack }}" class="is-block has-color-dark-slate-gray"><i class="icon slack padding-right-small"></i>Slack</a>
98+
<a href="https://creativecommons.slack.com/channels/{{ repo.slack }}" class="is-block"><i class="icon slack padding-right-small"></i>Slack</a>
9999
{% endif %}
100100
</td>
101101
</tr>

0 commit comments

Comments
 (0)