mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 00:21:28 +00:00
Minor accessibility improvements
This commit is contained in:
parent
a05bffa9b1
commit
7d303cdc44
|
@ -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>
|
||||
|
|
|
@ -5,7 +5,7 @@ $coral: #e93a32;
|
|||
|
||||
$black: #0e0a0c;
|
||||
$asphalt: #171014;
|
||||
$grey: #b9b9b9;
|
||||
$grey: #a9a9a9;
|
||||
|
||||
$diaspora: #000000;
|
||||
$mastodon: #3088d4;
|
||||
|
|
Loading…
Reference in a new issue