implement css logic for nav menu
This commit is contained in:
parent
7e0235fb88
commit
e7a8cf8a8e
6 changed files with 65 additions and 6 deletions
|
|
@ -12,3 +12,7 @@
|
|||
html.elem("theme-picker", attrs: (aria-label: label, role: "radiogroup"), body)
|
||||
}
|
||||
#let code-block = html.elem.with("code-block")
|
||||
#let icon-container(..args, body) = {
|
||||
html.elem("icon-container", attrs: args.named(), body)
|
||||
}
|
||||
#let nav-menu = html.elem.with("nav-menu")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue