Improved accessibility

This commit is contained in:
Pascal Schmid 2017-07-24 21:34:35 +02:00
parent dde2b74172
commit 05122432bf
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,10 +1,10 @@
// Flex colors // Flex colors
@orange: #D9411E; @orange: #AE0000;
@light-orange: #FF5A09; @light-orange: #AE0000;
@white: #ffffff; @white: #ffffff;
@grey: #333333; @grey: #333333;
@light-grey: #eeeeee; @light-grey: #eeeeee;
@med-grey: #999999; @med-grey: #555555;
@dark-grey: #242121; @dark-grey: #242121;
// Font family // Font family

View file

@ -112,7 +112,7 @@
<ul class="social"> <ul class="social">
{% for name, link in SOCIAL %} {% for name, link in SOCIAL %}
<li><a class="sc-{{ name }}" href="{{ link }}" target="_blank"><i class="fa fa-{{ name }}"></i></a></li> <li><a class="sc-{{ name }}" href="{{ link }}" aria-label="{{ name }}" target="_blank"><i class="fa fa-{{ name }}"></i></a></li>
{% endfor %} {% endfor %}
</ul> </ul>
</div> </div>