diff --git a/lib/nav_menu.typ b/lib/nav_menu.typ index 0e93ae9..66a4763 100644 --- a/lib/nav_menu.typ +++ b/lib/nav_menu.typ @@ -137,6 +137,12 @@ margin-top: 0.5em; margin-bottom: 0.5em; } + a { + /* Unstyle link */ + color: inherit; + text-decoration: inherit; + /* cursor: inherit; // we want to keep the clickable cursor */ + } li { padding-top: 0.5rem; padding-bottom: 0.5rem; @@ -147,11 +153,6 @@ display: block; width: 100%; height: 100%; - - /* Unstyle link */ - color: inherit; - text-decoration: inherit; - /* cursor: inherit; // we want to keep the clickable cursor */ } } li:hover {