isere-cd38: update text-cell links styles (#65211)

This commit is contained in:
Thomas Jund 2022-05-16 16:32:31 +02:00
parent 46be463cc5
commit 099d103bb6
1 changed files with 6 additions and 0 deletions

View File

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