From: Damien Erambert Date: Sat, 29 Jul 2017 19:20:52 +0000 (-0700) Subject: Use a fainted text color for
elements in the landing page (#4443) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=ea144ba3025e2b7bc6ca34c32f17cd585ffe3216;p=mastodon.git Use a fainted text color for
elements in the landing page (#4443) * Use a fainted text color for
elements in the landing page * remove trailing whitespace --- 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;