]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_text.scss
Update Localization.php in Middleware with "no" tag for estimate.
[bookstack] / resources / sass / _text.scss
index 116504199f10653a93fa941733b45498128eaea7..4ada3472592e4089c30c4c1ddb3e3fec5ad39985 100644 (file)
@@ -96,9 +96,6 @@ a {
   text-decoration: none;
   transition: filter ease-in-out 80ms;
   line-height: 1.6;
-  @include whenDark {
-    filter: brightness(1.3) saturate(0.7);
-  }
   &:hover {
     text-decoration: underline;
   }
@@ -133,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);