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 @@
A detailed summary of the submission and its current status can be seen
-
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);