Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
Fix footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Dec 9, 2019
1 parent 3780825 commit 1e1c097
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions public/stylesheets/style.css
Expand Up @@ -187,6 +187,10 @@ footer a {
text-decoration: underline;
}

footer a:hover {
color: #fff;
}

footer ul {
list-style: none;
}
Expand Down
10 changes: 5 additions & 5 deletions views/index.pug
Expand Up @@ -63,12 +63,12 @@ block content
p Portions of this content are ©1998–2019 by individual mozilla.org contributors. Content available under a <a rel="license" href="https://mozilla.org/foundation/licensing/website-content/">Creative Commons license</a>.
ul
li
a(href="/privacy/") Privacy
a(href="https://www.mozilla.org/privacy/") Privacy
li
a(href="/privacy/websites/") Website Privacy Notice
a(href="https://www.mozilla.org/privacy/websites/") Website Privacy Notice
li
a(href="/privacy/websites/#cookies") Cookies
a(href="https://www.mozilla.org/privacy/websites/#cookies") Cookies
li
a(href="/about/legal/") Legal
a(href="https://www.mozilla.org/about/legal/") Legal
li
a(href="/about/governance/policies/participation/") Community Participation Guidelines
a(href="https://www.mozilla.org/about/governance/policies/participation/") Community Participation Guidelines

0 comments on commit 1e1c097

Please sign in to comment.