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
|
// 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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue