]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_layout.scss
Added examples, updated docs for image gallery api endpoints
[bookstack] / resources / sass / _layout.scss
index 3fc41904627b98673558578596c7ae7ccb89c578..19333faf71baf7c4a6d69e7cfda11a3e4e7902cd 100644 (file)
@@ -433,7 +433,7 @@ body.flexbox {
     display: none;
   }
   .tri-layout-left-contents > *, .tri-layout-right-contents > * {
-    @include lightDark(opacity, 0.6, 0.7);
+    @include lightDark(opacity, 0.6, 0.75);
     transition: opacity ease-in-out 120ms;
     &:hover, &:focus-within {
       opacity: 1 !important;
@@ -442,7 +442,6 @@ body.flexbox {
       opacity: 1 !important;
     }
   }
-
 }
 
 @include smaller-than($m) {