Skip to content

Commit

Permalink
Merge pull request #575 from DoSomething/footnote
Browse files Browse the repository at this point in the history
changes footnote p to #757575
  • Loading branch information
chloealee authored Jun 12, 2019
2 parents f89d53e + e15616d commit d782356
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions scss/_components/_footnote.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,20 @@
// </div>
//
// Styleguide Footnote
$footnote-gray: #757575;

.footnote {
font-size: $font-small;
color: $med-gray;
color: $footnote-gray;

p {
font-size: $font-small;
color: $med-gray;
color: $footnote-gray;
margin: 0;
}

.heading, h1, h2, h3, h4, h5, h6 {
color: $med-gray;
color: $footnote-gray;
}

sup {
Expand All @@ -49,7 +51,7 @@
}

a {
color: $med-gray;
color: $footnote-gray;
text-decoration: underline;

&:hover {
Expand Down

0 comments on commit d782356

Please sign in to comment.