diff --git a/core/profiles/demo_umami/themes/umami/css/components/blocks/footer-promo/footer-promo.css b/core/profiles/demo_umami/themes/umami/css/components/blocks/footer-promo/footer-promo.css
index f341706c23c885c4279191ea7d5582b2266d227f..8ee83eb5cf45a32752725e090772d287be05c565 100644
--- a/core/profiles/demo_umami/themes/umami/css/components/blocks/footer-promo/footer-promo.css
+++ b/core/profiles/demo_umami/themes/umami/css/components/blocks/footer-promo/footer-promo.css
@@ -20,14 +20,12 @@
   background-color: inherit;
   color: #fff;
   font-weight: bold;
-  text-decoration: none;
 }
 
 .block-type-footer-promo-block .footer-promo-content a:active,
 .block-type-footer-promo-block .footer-promo-content a:focus,
 .block-type-footer-promo-block .footer-promo-content a:hover {
   background-color: transparent;
-  text-decoration: underline;
 }
 
 .block-type-footer-promo-block .footer-promo-content a:after {
diff --git a/core/profiles/demo_umami/themes/umami/css/components/navigation/menu-footer/menu-footer.css b/core/profiles/demo_umami/themes/umami/css/components/navigation/menu-footer/menu-footer.css
index 32c88712efcfa2ba564b2c44e4a3f69059a95303..3f10ec99ac66bc8c63487247febe053bf2c847c9 100644
--- a/core/profiles/demo_umami/themes/umami/css/components/navigation/menu-footer/menu-footer.css
+++ b/core/profiles/demo_umami/themes/umami/css/components/navigation/menu-footer/menu-footer.css
@@ -18,7 +18,6 @@
 
 .menu-footer .menu-footer__link {
   background-color: transparent;
-  text-decoration: none;
   font-weight: bold;
   color: #fff;
 }
@@ -27,7 +26,6 @@
 .menu-footer .menu-footer__link:focus,
 .menu-footer .menu-footer__link:hover {
   background-color: transparent;
-  text-decoration: underline;
 }
 
 @media screen and (min-width: 60rem) {