diff --git a/core/profiles/demo_umami/themes/umami/css/base.css b/core/profiles/demo_umami/themes/umami/css/base.css index a63f96ef5d9e527b01041e74530c6b1b99fae085..1db4aeb1e56d05b44c69e741e5f690eac59c57b2 100644 --- a/core/profiles/demo_umami/themes/umami/css/base.css +++ b/core/profiles/demo_umami/themes/umami/css/base.css @@ -72,7 +72,6 @@ button, font-family: 'Scope One', Georgia, serif; font-size: 1.2rem; font-weight: 400; - font-weight: normal; transition: background-color 0.5s ease; } button:hover, @@ -219,7 +218,7 @@ label { color: #464646; display: block; font-size: 1rem; - font-weight: bold; + font-weight: 700; margin: 0.25rem 0; } diff --git a/core/profiles/demo_umami/themes/umami/css/components/blocks/banner/banner.css b/core/profiles/demo_umami/themes/umami/css/components/blocks/banner/banner.css index 6e9567977ef5f347e041521c60a935f35bb7b8df..45267bac66191b961937299099bb17ab6511b1ac 100644 --- a/core/profiles/demo_umami/themes/umami/css/components/blocks/banner/banner.css +++ b/core/profiles/demo_umami/themes/umami/css/components/blocks/banner/banner.css @@ -35,7 +35,6 @@ font-family: 'Scope One', Georgia, serif; font-size: 1.2rem; font-weight: 400; - font-weight: normal; transition: background-color 0.5s ease; } 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 8ee83eb5cf45a32752725e090772d287be05c565..8476f1a6a8362330b56bfe29dcb92674dac8a3d8 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 @@ -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 { @@ -19,7 +19,7 @@ .block-type-footer-promo-block .footer-promo-content a { background-color: inherit; color: #fff; - font-weight: bold; + font-weight: 700; } .block-type-footer-promo-block .footer-promo-content a:active, diff --git a/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-bottom/highlighted-bottom.css b/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-bottom/highlighted-bottom.css index a7eb84f07adf16f3ae2afc33f16c38f872d49516..3f089a9997f5a59bbcbba550e5f821c47035b82b 100644 --- a/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-bottom/highlighted-bottom.css +++ b/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-bottom/highlighted-bottom.css @@ -13,7 +13,7 @@ } .node--view-mode-highlighted-bottom .node__title { - font-weight: normal; + font-weight: 400; margin-bottom: 1rem; } diff --git a/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-medium/highlighted-medium.css b/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-medium/highlighted-medium.css index e3c4367f8f636a4ff4da58d4bfdd9b01a2bb7075..b1a03cc394c7f6c2d2fbd9a0a2378012c8d36cdd 100644 --- a/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-medium/highlighted-medium.css +++ b/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-medium/highlighted-medium.css @@ -24,7 +24,7 @@ } .node--view-mode-highlighted-medium .node__title { - font-weight: normal; + font-weight: 400; margin-bottom: 1rem; } diff --git a/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-small/highlighted-small.css b/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-small/highlighted-small.css index 741977482766adeaf2d5655bd4cf1e5281c8e545..eefe796a226597477aeced9a61a7b68f1c93cdbb 100644 --- a/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-small/highlighted-small.css +++ b/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-small/highlighted-small.css @@ -24,7 +24,7 @@ } .node--view-mode-highlighted-small .node__title { - font-weight: normal; + font-weight: 400; margin-bottom: 1rem; } diff --git a/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-top/highlighted-top.css b/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-top/highlighted-top.css index 9326d1e8a2513a1bc18b002935c701f6534da593..901c4319fe64f96f5d43d55e83f9db3bd3b654a1 100644 --- a/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-top/highlighted-top.css +++ b/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-top/highlighted-top.css @@ -45,7 +45,7 @@ } .node--view-mode-highlighted-top .node__title { - font-weight: normal; + font-weight: 400; margin-bottom: 1rem; } diff --git a/core/profiles/demo_umami/themes/umami/css/components/fields/label-items.css b/core/profiles/demo_umami/themes/umami/css/components/fields/label-items.css index d8e8b99bf2a93ccaf63626a4c5a4f10a6848ea5d..9ed36b682fa9553c3e89962121c4a9f88a3bee6d 100644 --- a/core/profiles/demo_umami/themes/umami/css/components/fields/label-items.css +++ b/core/profiles/demo_umami/themes/umami/css/components/fields/label-items.css @@ -20,5 +20,5 @@ } .label-items .field__label { - font-weight: normal; + font-weight: 400; } 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 3f10ec99ac66bc8c63487247febe053bf2c847c9..7fc705472015e24a88f1256214564af3dce51908 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 @@ -9,7 +9,7 @@ .menu-footer__title { font-size: 1.5rem; - font-weight: normal; + font-weight: 400; } .menu-footer__item { @@ -18,7 +18,7 @@ .menu-footer .menu-footer__link { background-color: transparent; - font-weight: bold; + font-weight: 700; color: #fff; }