Minor accessibility improvements

This commit is contained in:
lostinlight 2021-08-04 20:37:40 +03:00
parent a05bffa9b1
commit 7d303cdc44
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@
<ul class="section-list">
<% for (item in data.notable) { %>
<li class="u-inline">
<a href="<%= data.notable[item].url %>" title="<%= data.notable[item].name %>"><img src="<%- url_for(data.notable[item].avatar) %>" alt="user"></a>
<a href="<%= data.notable[item].url %>" title="<%= data.notable[item].name %>"><img src="<%- url_for(data.notable[item].avatar) %>" alt="<%= data.notable[item].name %>"></a>
</li>
<% } %>
</ul>

View File

@ -5,7 +5,7 @@ $coral: #e93a32;
$black: #0e0a0c;
$asphalt: #171014;
$grey: #b9b9b9;
$grey: #a9a9a9;
$diaspora: #000000;
$mastodon: #3088d4;