From fcb9bb36559c8842e68d6ed77b9f7f86a6d58884 Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Wed, 20 Sep 2023 08:39:16 -0400 Subject: [PATCH] fix: make thanks links more prominent --- app/templates/thanks.hbs | 10 +++++++--- public/branding.css | 4 ++++ 2 files changed, 11 insertions(+), 3 deletions(-) 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);