Make visual effect more visible (mode & block icon)

Should add rules in file custom.css . Here are some random visual effects for the two cases:

  1.  .ls-block:has(.block-editor) textarea {
       background: orange;
     }
    
  2.  .ls-block[haschild="true"] > div:first-of-type:before {
       content: "\2193";
     }
    
6 Likes