commit: ea144ba3025e2b7bc6ca34c32f17cd585ffe3216
parent: 4f04981dde71ab621a6d0c8cff7aade5f5efb649
Author: Damien Erambert <damien.erambert@me.com>
Date: Sat, 29 Jul 2017 12:20:52 -0700
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
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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;