Browse Source

fix: blend left block border with different bgs

Konstantinos Kaloutas 3 năm trước cách đây
mục cha
commit
9f4c1e853f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/main/frontend/components/block.css

+ 1 - 0
src/main/frontend/components/block.css

@@ -150,6 +150,7 @@
   background-color: transparent;
   position: absolute;
   border-radius: 2px;
+  opacity: 0.6;
 }
 
 .block-children-left-border:hover {