diff --git a/web/themes/custom/opdavies/templates/menu/menu-local-task.html.twig b/web/themes/custom/opdavies/templates/menu/menu-local-task.html.twig index b6c3ca241..891698696 100644 --- a/web/themes/custom/opdavies/templates/menu/menu-local-task.html.twig +++ b/web/themes/custom/opdavies/templates/menu/menu-local-task.html.twig @@ -14,4 +14,10 @@ * @see template_preprocess_menu_local_task() */ #} -{{ link }} +{% set linkClasses = [ + 'mt-3 ml-3 px-4 py-2 block border border-gray-200', + is_active ? 'underline bg-gray-100' : 'bg-white', +] %} + + {{ link }} +