From: Dan Brown Date: Tue, 4 Aug 2020 14:39:07 +0000 (+0100) Subject: Fixed non-visible horizontal rules in dark mode X-Git-Tag: v0.30.0~1^2~4^2~5 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/c076ca408cb43b4e276938c68e6ab004f89645f2 Fixed non-visible horizontal rules in dark mode Fixes #2209 --- diff --git a/resources/sass/_text.scss b/resources/sass/_text.scss index 8bc2155a9..4ada34725 100644 --- a/resources/sass/_text.scss +++ b/resources/sass/_text.scss @@ -130,7 +130,7 @@ p, ul, ol, pre, table, blockquote { hr { border: 0; height: 1px; - @include lightDark(background, #eaeaea, #222); + @include lightDark(background, #eaeaea, #555); margin-bottom: $-l; &.faded { background-image: linear-gradient(to right, #FFF, #e3e0e0 20%, #e3e0e0 80%, #FFF);