From 099d103bb619f843eab51c342fa304059118f778 Mon Sep 17 00:00:00 2001 From: Thomas JUND Date: Mon, 16 May 2022 16:32:31 +0200 Subject: [PATCH] isere-cd38: update text-cell links styles (#65211) --- static/isere-cd38/_custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/isere-cd38/_custom.scss b/static/isere-cd38/_custom.scss index fa6a38bd..ce6acd04 100644 --- a/static/isere-cd38/_custom.scss +++ b/static/isere-cd38/_custom.scss @@ -429,6 +429,12 @@ div#main-content-wrapper { h3 { @extend .h3-txt; } + a { + text-decoration: underline; + &:hover { + color: $font-color; + } + } } // current forms & draft cells .list-of-forms {