From 89e3e33b44881de998cd195bf53b720c13842e50 Mon Sep 17 00:00:00 2001 From: Paul Copplestone Date: Wed, 16 Oct 2019 19:22:55 +0800 Subject: [PATCH] Making footor less attention seeking --- packages/web/styles/style.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/web/styles/style.scss b/packages/web/styles/style.scss index fba67e2567..b040013278 100644 --- a/packages/web/styles/style.scss +++ b/packages/web/styles/style.scss @@ -211,6 +211,15 @@ hr { } .footer { box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.3); + .heading { + color: $grey-200; + } + a { + color: $text; + &:hover { + color: $primary; + } + } } .has-flex-start { justify-content: flex-start;