From efbfd1f84c02d8eb07a7b787977b7232d540b716 Mon Sep 17 00:00:00 2001 From: Josue Kouka Date: Wed, 3 May 2017 17:34:27 +0200 Subject: [PATCH] tonneville: fix footer link color (#16153) --- static/tonneville/_custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/tonneville/_custom.scss b/static/tonneville/_custom.scss index b527bac..69823a9 100644 --- a/static/tonneville/_custom.scss +++ b/static/tonneville/_custom.scss @@ -6,6 +6,12 @@ body { background: #2F3943; border-top: 1px solid black; padding-bottom: 2em; + a { + color: #fff; + &:hover { + background: $nav-background; + } + } } #footer-wrapper { -- 2.11.0