Skip to content

Instantly share code, notes, and snippets.

@tdmrhn
Created June 11, 2021 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdmrhn/eefc41776516226cf2d8334d8a2e0523 to your computer and use it in GitHub Desktop.
Save tdmrhn/eefc41776516226cf2d8334d8a2e0523 to your computer and use it in GitHub Desktop.
Blocksy Mobile Menu Bordered Style
.mobile-menu .child-indicator { background: var(--paletteColor3); color: var(--paletteColor8); padding: 3px; border-radius: 3px; }
.mobile-menu .current-menu-active .child-indicator { background: var(--paletteColor1); }
.mobile-menu .child-indicator svg { max-width: 9px; max-height: 9px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment