diff options
author | Damien Erambert <damien.erambert@me.com> | 2017-07-29 12:20:52 -0700 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-07-29 21:20:52 +0200 |
commit | ea144ba3025e2b7bc6ca34c32f17cd585ffe3216 (patch) | |
tree | 26dfac4803636cc902034596362ce60e50418de5 /app/javascript | |
parent | 4f04981dde71ab621a6d0c8cff7aade5f5efb649 (diff) |
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 (limited to 'app/javascript')
-rw-r--r-- | app/javascript/styles/about.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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; |