]> cat aescling's git repositories - mastodon.git/commitdiff
Use a fainted text color for <hr> elements in the landing page (#4443)
authorDamien Erambert <damien.erambert@me.com>
Sat, 29 Jul 2017 19:20:52 +0000 (12:20 -0700)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 29 Jul 2017 19:20:52 +0000 (21:20 +0200)
* Use a fainted text color for <hr> elements in the landing page

* remove trailing whitespace

app/javascript/styles/about.scss

index ea01e7da1a261692c8b0f42a7dee20714302235f..3258f1b8d088be6341643000efde9ffdf626ef5c 100644 (file)
     margin-bottom: 0;
   }
 
+  hr {
+    border-color: rgba($ui-base-lighter-color, .6);
+  }
+
   .header {
     line-height: 30px;
     overflow: hidden;