Skip to content

Commit

Permalink
Fixes link readability error
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-Mc committed Sep 9, 2020
1 parent 6a7a5f5 commit bcffd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta name="keywords" content="HTML, CSS, XML, XHTML, JavaScript">
<meta name="author" content="Felipe Torres">

<a href="#skip_content" style="display: none;">Skip to content</a>
<a href="#skip_content" style="position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;">Skip to content</a>
<link rel="icon" href="{{ url_for('static', filename='images/lcp_favicon5.png') }}">

<link rel='stylesheet' type='text/css' href="{{ url_for('static', filename='css/font-awesome.css') }}" />
Expand Down

0 comments on commit bcffd55

Please sign in to comment.