diff --git a/web/themes/custom/opdavies/templates/block/block--system-branding-block.html.twig b/web/themes/custom/opdavies/templates/block/block--system-branding-block.html.twig index f933a33..a2d7a93 100644 --- a/web/themes/custom/opdavies/templates/block/block--system-branding-block.html.twig +++ b/web/themes/custom/opdavies/templates/block/block--system-branding-block.html.twig @@ -17,7 +17,7 @@
{% if site_logo %} - {% set linkClasses = ['w-full flex items-center mx-4 mt-1 -mb-px py-3 px-4 block rounded text-sm text-white no-underline hover:underline focus:outline-none focus:underline md:py-1 md:px-2 md:mx-2 md:mt-0 md:mr-0'] %} + {% set linkClasses = ['w-full flex items-center mx-4 mt-1 -mb-px py-3 px-4 block rounded text-base text-white no-underline hover:underline focus:outline-none focus:underline md:py-1 md:px-2 md:mx-2 md:mt-0 md:mr-0'] %} {% if item.in_active_trail %} {% set linkClasses = linkClasses|merge(['cursor-default bg-blue-500 hover:border-blue-600 hover:no-underline md:bg-blue-700']) %} {% endif %}