Improved accessibility
This commit is contained in:
parent
dde2b74172
commit
05122432bf
3 changed files with 5 additions and 5 deletions
2
static/stylesheet/style.min.css
vendored
2
static/stylesheet/style.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1,10 +1,10 @@
|
|||
// Flex colors
|
||||
@orange: #D9411E;
|
||||
@light-orange: #FF5A09;
|
||||
@orange: #AE0000;
|
||||
@light-orange: #AE0000;
|
||||
@white: #ffffff;
|
||||
@grey: #333333;
|
||||
@light-grey: #eeeeee;
|
||||
@med-grey: #999999;
|
||||
@med-grey: #555555;
|
||||
@dark-grey: #242121;
|
||||
|
||||
// Font family
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
|
||||
<ul class="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 %}
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue