-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #421 - Added link underline and hover to yellow
- Loading branch information
Showing
8 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<footer class="wc-Footer"> | ||
<div class="wc-content wc-content--footer"> | ||
<ul class="wc-Footer-section wc-Footer-section--left"> | ||
<li class="wc-Footer-item"><a class="wc-Footer-item-link wc-Footer-item-link--separator no-underline" href="{{ url_for('about') }}">About</a></li><!-- | ||
--><li class="wc-Footer-item"><a class="wc-Footer-item-link wc-Footer-item-link--separator no-underline" href="{{ url_for('privacy') }}">Privacy Policy</a></li><!-- | ||
--><li class="wc-Footer-item"><a class="wc-Footer-item-link wc-Footer-item-link--separator no-underline" href="/humans.txt">Contact</a></li><!-- | ||
--><li class="wc-Footer-item"><a class="no-underline" href="{{ url_for('contributors') }}">Contribute</a></li> | ||
<li class="wc-Footer-item"><a class="wc-Footer-item-link wc-Footer-item-link--separator" href="{{ url_for('about') }}">About</a></li><!-- | ||
--><li class="wc-Footer-item"><a class="wc-Footer-item-link wc-Footer-item-link--separator" href="{{ url_for('privacy') }}">Privacy Policy</a></li><!-- | ||
--><li class="wc-Footer-item"><a class="wc-Footer-item-link wc-Footer-item-link--separator" href="/humans.txt">Contact</a></li><!-- | ||
--><li class="wc-Footer-item"><a class="wc-Footer-item-link" href="{{ url_for('contributors') }}">Contribute</a></li> | ||
</ul> | ||
<ul class="wc-Footer-section wc-Footer-section--right"> | ||
<li class="wc-Footer-item wc-Footer-item--follow"><a class="no-underline" href="https://twitter.com/intent/user?screen_name=webcompat" target="_blank">Follow @WebCompat</a></li> | ||
<li class="wc-Footer-item wc-Footer-item--follow"><a class="wc-Footer-item-link" href="https://twitter.com/intent/user?screen_name=webcompat" target="_blank">Follow @WebCompat</a></li> | ||
</ul> | ||
</div> | ||
</footer> |