]> BookStack Code Mirror - bookstack/commitdiff
Fixed non-visible horizontal rules in dark mode
authorDan Brown <redacted>
Tue, 4 Aug 2020 14:39:07 +0000 (15:39 +0100)
committerDan Brown <redacted>
Tue, 4 Aug 2020 14:39:07 +0000 (15:39 +0100)
Fixes #2209

resources/sass/_text.scss

index 8bc2155a95ae5fe8285c00a0d2bd48903136f352..4ada3472592e4089c30c4c1ddb3e3fec5ad39985 100644 (file)
@@ -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);