From d4819efc9f935935c87eddfcd72bbcddb2fc37da Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Wed, 3 May 2017 16:08:14 +0200 Subject: [PATCH] jobourg: fix footer links color (#16154) --- static/jobourg/_custom.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/jobourg/_custom.scss b/static/jobourg/_custom.scss index 1eff46f..e92e1b8 100644 --- a/static/jobourg/_custom.scss +++ b/static/jobourg/_custom.scss @@ -7,6 +7,13 @@ body { color: white; border: 1px solid white; border-width: 1px 0; + a { + color: #fff; + &:hover { + background: $primary-color; + } + + } } h1#logo { -- 2.11.0