diff --git a/app/templates/thanks.hbs b/app/templates/thanks.hbs index dfb9f7b3..0480ad1a 100644 --- a/app/templates/thanks.hbs +++ b/app/templates/thanks.hbs @@ -2,9 +2,13 @@

Thank you!

A detailed summary of the submission and its current status can be seen - here. A list of all - submissions associated with your account can be found on the - Submissions page. + here. A list of + all submissions associated with your account can be found on the + Submissions page.

{{#if this.faqUrl}}

diff --git a/public/branding.css b/public/branding.css index 667b096c..43db8b6e 100644 --- a/public/branding.css +++ b/public/branding.css @@ -43,6 +43,10 @@ a, .btn-link { color: var(--primary-500); } +.btn-link-underlined { + color: var(--primary-500); + text-decoration: underline; +} a:hover, .btn-link:hover { color: var(--primary-600);