Skip to content

Instantly share code, notes, and snippets.

@wplit
wplit / style.css
Last active May 14, 2026 05:44
some css for styling arrows in structure panel
/* to make them more visible (default was 0.4) */
#bricks-structure .structure-item svg {
opacity: 1;
}
/* to change the color of the arrows */
#bricks-structure .toggle svg {
color: red;
}