Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Halleck45 committed Nov 1, 2024
1 parent 9a33cc8 commit 34ddc05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"assert": {
"assertions": {
"categories:accessibility": ["error", { "minScore": 80 }]
"categories:accessibility": ["error", { "minScore": 0.75 }]
}
}
}
Expand Down
2 changes: 2 additions & 0 deletions src/Report/Html/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<div class="flex overflow-x-auto overflow-y-hidden border-b border-gray-200 whitespace-nowrap ">

<a
tabindex="-1"
href="index.html"
class="inline-flex items-center h-10 px-2 py-2 -mb-px text-center {% if currentLanguage == "All" %}text-blue-600 border-blue-500{% endif %} bg-transparent border-b-2 sm:px-4 -px-1 focus:outline-none">
<svg xmlns="http://www.w3.org/2000/svg" class="w-4 h-4 mx-1 sm:w-6 sm:h-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
Expand All @@ -28,6 +29,7 @@
<!-- start: language tab -->
{% for languageName, lang in projectAggregated.ByProgrammingLanguage %}
<a
tabindex="{{ 4 + forloop.index }}"
href="index_{{ languageName }}.html"
class="inline-flex items-center h-10 px-2 py-2 -mb-px text-center bg-transparent border-b-2 {% if currentLanguage == languageName %}text-blue-600 border-blue-500{% else %}text-gray-700 border-transparent{% endif %} sm:px-4 -px-1 hover:border-gray-400">
<svg xmlns="http://www.w3.org/2000/svg" class="w-4 h-4 mx-1 sm:w-6 sm:h-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
Expand Down

0 comments on commit 34ddc05

Please sign in to comment.