From aa6624a44da5c66bca9ecdfced8d038a9949d9c3 Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@scipost.org>
Date: Thu, 22 Mar 2018 20:01:09 +0100
Subject: [PATCH] Update text colors

---
 scipost/static/scipost/assets/css/_typography.scss | 4 ++++
 submissions/templates/submissions/report_form.html | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/scipost/static/scipost/assets/css/_typography.scss b/scipost/static/scipost/assets/css/_typography.scss
index 959c57702..50789f216 100644
--- a/scipost/static/scipost/assets/css/_typography.scss
+++ b/scipost/static/scipost/assets/css/_typography.scss
@@ -37,6 +37,10 @@ h6
     color: $scipost-darkblue;
 }
 
+.text-underline {
+    text-decoration: underline;
+}
+
 .orange-underline {
     line-height: 1.3;
     border-bottom: 2px solid $scipost-orange;
diff --git a/submissions/templates/submissions/report_form.html b/submissions/templates/submissions/report_form.html
index 36e16019d..84b69c692 100644
--- a/submissions/templates/submissions/report_form.html
+++ b/submissions/templates/submissions/report_form.html
@@ -96,7 +96,7 @@
                         {{ form|bootstrap:'12,12' }}
                         <div class="anonymous-alert" style="display: none;">
                             <h3 class="anonymous-yes">Your Report will remain anonymous.</h3>
-                            <h3 class="anonymous-no">Your Report will be signed. Thank you very much!</h3>
+                            <h3 class="anonymous-no"><span class="text-danger">Your Report will be <span class="text-underline">signed</span>.</span> Thank you very much!</h3>
                         </div>
                         <p>Any fields with an asterisk (*) are required.</p>
                         <input class="btn btn-primary" type="submit" name="save_submit" value="Submit your report"/>
-- 
GitLab