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 {