I have no idea who it was on the Squarespace team that created the selector names for 7.1, but I want to be their best friend. Specifically, the person who decided to name the three lines of the mobile menu hamburger icon .top-bun, .patty, and .bottom-bun
Just stumbled upon that gem updating my list of codes and had to share If you wanna make each line to a different color, you can update the colors in this lil' snippet here:.top-bun {background-color: pink!important}.patty {background-color: teal!important}.bottom-bun {background-color: yellow!important}