villeneuve-dascq: add styles for notices child links (#44583)

This commit is contained in:
Thomas Jund 2020-07-01 14:18:25 +02:00 committed by Thomas NOËL
parent 74e2bc55a6
commit cde7bb80e2
1 changed files with 10 additions and 0 deletions

View File

@ -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 {