Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / components / navigation / menu-footer / menu-footer.css
index 32c88712efcfa2ba564b2c44e4a3f69059a95303..7fc705472015e24a88f1256214564af3dce51908 100644 (file)
@@ -9,7 +9,7 @@
 
 .menu-footer__title {
   font-size: 1.5rem;
-  font-weight: normal;
+  font-weight: 400;
 }
 
 .menu-footer__item {
@@ -18,8 +18,7 @@
 
 .menu-footer .menu-footer__link {
   background-color: transparent;
-  text-decoration: none;
-  font-weight: bold;
+  font-weight: 700;
   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) {