From cde7bb80e2f6a69842b34f99a957da598d003cc4 Mon Sep 17 00:00:00 2001 From: Thomas JUND Date: Wed, 1 Jul 2020 14:18:25 +0200 Subject: [PATCH] villeneuve-dascq: add styles for notices child links (#44583) --- static/villeneuve-dascq/_custom.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/villeneuve-dascq/_custom.scss b/static/villeneuve-dascq/_custom.scss index dc5d8904..78127211 100644 --- a/static/villeneuve-dascq/_custom.scss +++ b/static/villeneuve-dascq/_custom.scss @@ -81,6 +81,16 @@ input, textarea, select { #messages li.success, .successnotice, #messages li.info, .infonotice { color: white; + + a { + color: inherit; + font-weight: bold; + border-bottom: 2px solid hsla(0, 0%, 100%, .4); + &:hover { + text-decoration: none; + border-bottom: 2px solid hsla(0, 0%, 100%, .8); + } + } } div.meetings_table {