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 / blocks / footer-promo / footer-promo.css
index 7014ff56e6c0bc34eccfe3bb040b23530a8ef085..8476f1a6a8362330b56bfe29dcb92674dac8a3d8 100644 (file)
@@ -9,7 +9,7 @@
 
 .block-type-footer-promo-block .block__title {
   font-size: 1.5rem;
-  font-weight: normal;
+  font-weight: 400;
 }
 
 .block-type-footer-promo-block .footer-promo-content {
 
 .block-type-footer-promo-block .footer-promo-content a {
   background-color: inherit;
-  display: block;
   color: #fff;
-  font-weight: bold;
-  text-decoration: none;
+  font-weight: 700;
 }
 
 .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 {