From 85dc04ee5ccaf557fc5898f823c636a6c2875db9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Mon, 9 May 2022 16:58:48 +0200 Subject: [PATCH] vendee-cd85: fix links in titles (#65033) --- static/vendee-cd85/_custom.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/vendee-cd85/_custom.scss b/static/vendee-cd85/_custom.scss index bb0a5c32..cef37e40 100644 --- a/static/vendee-cd85/_custom.scss +++ b/static/vendee-cd85/_custom.scss @@ -200,6 +200,16 @@ div#page { } } +%title { + a { + color: $title-color; + text-decoration: underline; + &:hover { + text-decoration: none; + } + } +} + #footer-wrapper { padding-top: 0; -- 2.35.1