compose icon indicating copy to clipboard operation
compose copied to clipboard

Multi-level menu

Open dylanyht opened this issue 2 years ago • 2 comments

Is it possible to create multi-level menus with this theme? If so, how do I need to create it?

dylanyht avatar Jul 27 '21 09:07 dylanyht

@dylanyht, that feature is not yet available on this theme.

onweru avatar Jul 27 '21 20:07 onweru

As a workaround, I put these lines in my assets/sass/_custom.sass file:

.section
  &_title
    font-size: 1.25rem
  &_link
    font-size: 0.9rem
    font-weight: 400

It makes the sub-menu items visibly smaller, and I can easily tell where each Topic begins and ends.

rwstorer avatar Jun 11 '23 19:06 rwstorer