From d88661113aef4f176a860b9b9533e94c395f75b4 Mon Sep 17 00:00:00 2001 From: Ben Wheeler Date: Tue, 13 Aug 2019 12:17:15 -0400 Subject: [PATCH] make terms of use link underlined --- src/components/join-flow/join-flow-steps.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/join-flow/join-flow-steps.scss b/src/components/join-flow/join-flow-steps.scss index f907e6f0a..06ff7b4e3 100644 --- a/src/components/join-flow/join-flow-steps.scss +++ b/src/components/join-flow/join-flow-steps.scss @@ -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; +}