From 00a72977d78874c2e664d1a19d1f8d584989aab9 Mon Sep 17 00:00:00 2001 From: Chloe Lee Date: Mon, 10 Jun 2019 11:13:06 -0400 Subject: [PATCH 1/2] changes footnote p to #757575 --- scss/_components/_footnote.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_components/_footnote.scss b/scss/_components/_footnote.scss index 044fe3fc..2d970db0 100644 --- a/scss/_components/_footnote.scss +++ b/scss/_components/_footnote.scss @@ -22,7 +22,7 @@ p { font-size: $font-small; - color: $med-gray; + color: #757575; margin: 0; } From e15616dc9dd2f6cf4bd36df746b57bd44849db48 Mon Sep 17 00:00:00 2001 From: Chloe Lee Date: Mon, 10 Jun 2019 14:46:11 -0400 Subject: [PATCH 2/2] adds -gray local variable --- scss/_components/_footnote.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/scss/_components/_footnote.scss b/scss/_components/_footnote.scss index 2d970db0..d98bff92 100644 --- a/scss/_components/_footnote.scss +++ b/scss/_components/_footnote.scss @@ -16,18 +16,20 @@ // // // Styleguide Footnote +$footnote-gray: #757575; + .footnote { font-size: $font-small; - color: $med-gray; + color: $footnote-gray; p { font-size: $font-small; - color: #757575; + color: $footnote-gray; margin: 0; } .heading, h1, h2, h3, h4, h5, h6 { - color: $med-gray; + color: $footnote-gray; } sup { @@ -49,7 +51,7 @@ } a { - color: $med-gray; + color: $footnote-gray; text-decoration: underline; &:hover {