make terms of use link underlined

This commit is contained in:
Ben Wheeler 2019-08-13 12:17:15 -04:00
parent 30e68db79e
commit d88661113a

View file

@ -101,3 +101,7 @@
.modal-inner-content-email {
padding-top: 2.9rem;
}
a.join-flow-link:link, a.join-flow-link:visited, a.join-flow-link:active {
text-decoration: underline;
}