From ea144ba3025e2b7bc6ca34c32f17cd585ffe3216 Mon Sep 17 00:00:00 2001
From: Damien Erambert <damien.erambert@me.com>
Date: Sat, 29 Jul 2017 12:20:52 -0700
Subject: [PATCH] Use a fainted text color for <hr> elements in the landing
 page (#4443)

* Use a fainted text color for <hr> elements in the landing page

* remove trailing whitespace
---
 app/javascript/styles/about.scss | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app/javascript/styles/about.scss b/app/javascript/styles/about.scss
index ea01e7da1..3258f1b8d 100644
--- a/app/javascript/styles/about.scss
+++ b/app/javascript/styles/about.scss
@@ -309,6 +309,10 @@
     margin-bottom: 0;
   }
 
+  hr {
+    border-color: rgba($ui-base-lighter-color, .6);
+  }
+
   .header {
     line-height: 30px;
     overflow: hidden;
-- 
GitLab