From c6d8bfeda01f4fb353683210b7181864ea468a82 Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Wed, 3 May 2017 12:34:13 -0500 Subject: Set color for footer links Fixes #68 --- static/scss/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/scss/custom.scss b/static/scss/custom.scss index adc6512..3f8f84a 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -71,8 +71,12 @@ border-radius: 0px!important; } .footer_copyright { + > a { + color: $castanet-middle-container-bg; + } padding-right: 40px; padding-top: 10px; + color: $castanet-middle-container-bg } .sidebar_col { padding-top: 40px !important; -- cgit v1.2.3