 body[data-builder-mode] .th-reveal { opacity: 1 ; transform: none; } body[admin-bar] .th-reveal { opacity: 0 ; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1); } .yellow-highlight{ margin: 0 -0.2em; padding: 0.05em 0.4em; border-radius: 0.8em 0.3em; background: transparent; background-image: linear-gradient( to right, rgba(255, 225, 0, 0.1), rgba(255, 225, 0, 0.7) 4%, rgba(255, 225, 0, 0.3) ); -webkit-box-decoration-break: clone; box-decoration-break: clone; }