diff --git a/app/assets/stylesheets/desktop/modal.scss b/app/assets/stylesheets/desktop/modal.scss
index c6cb9306d..114d209fe 100644
--- a/app/assets/stylesheets/desktop/modal.scss
+++ b/app/assets/stylesheets/desktop/modal.scss
@@ -66,7 +66,6 @@ animation: modal .25s;
 .modal-header {
   border-bottom: 1px solid scale-color-diff();
   h3 {
-    color: $quaternary;
     font-size: 20px;
     padding: 10px 15px 7px;
   }
diff --git a/app/assets/stylesheets/mobile/modal.scss b/app/assets/stylesheets/mobile/modal.scss
index a901246ab..5a7ac1c49 100644
--- a/app/assets/stylesheets/mobile/modal.scss
+++ b/app/assets/stylesheets/mobile/modal.scss
@@ -58,7 +58,6 @@
     display:none;
   }
   h3 {
-    color: $quaternary;
     font-size: 18px;
     padding-left: 15px;
     margin-bottom: 5px;