Skip to content

Commit

Permalink
[Site][Accessibility] Update link indicators to underline on hover (#…
Browse files Browse the repository at this point in the history
…5374)

* [Site][Accessibility] Added underlines to links that don't have chevrons

* Updates from feedback from the accessibility team

* Update to limit the blue in the footer to only the Hexo and Storybook links
  • Loading branch information
RebeccaAnne authored Feb 22, 2021
1 parent 285ac90 commit 71268b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<img src="<%- url_for('content/adaptive-cards-100.png') %>" alt="Adaptive Cards logo"
class="w3-image" style="width: 75px; margin-right: 6px" />
<span class="w3-large brand">Adaptive Cards</span>
<p>Homepage design inspired by <a href="https://storybook.js.org">Storybook.js</a>.
Site powered by <a href="https://hexo.io">Hexo</a>.</p>
<p>Homepage design inspired by <a class="ac-footer-link-no-chevron" href="https://storybook.js.org">Storybook.js</a>.
Site powered by <a class="ac-footer-link-no-chevron" href="https://hexo.io">Hexo</a>.</p>
<p class="w3-small build-date">Build date: <%= new Date().toLocaleDateString() %></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,6 @@ dir {

.homepage a:hover {
color: blue;
text-decoration: none;
}

/* .fa-chevron-right {
Expand Down Expand Up @@ -668,7 +667,10 @@ dir {

.ac-footer a:hover {
color: #6b6b6b;
text-decoration: none;
}

.ac-footer-link-no-chevron{
color: #0b78d0!important;
}

.ac-footer .post-subtitle {
Expand Down

0 comments on commit 71268b8

Please sign in to comment.