diff --git a/web/styles/popovers.css b/web/styles/popovers.css index 9dd2819722..fc215e0b3b 100644 --- a/web/styles/popovers.css +++ b/web/styles/popovers.css @@ -260,7 +260,7 @@ ul { float: unset; line-height: 14px; font-size: 11px; - font-weight: 550; + font-weight: 600; margin-right: 2px; background-color: hsl(200deg 100% 40%); /* Override random undesired bootstrap style */ diff --git a/web/styles/portico/landing_page.css b/web/styles/portico/landing_page.css index 89feea0e66..289723e44a 100644 --- a/web/styles/portico/landing_page.css +++ b/web/styles/portico/landing_page.css @@ -3807,7 +3807,7 @@ button { margin: 0 0 -10px; width: 100%; text-align: center; - font-weight: 550; + font-weight: 600; color: hsl(169deg 46% 33%); } } @@ -4031,7 +4031,7 @@ button { } & h1 { - font-weight: 550; + font-weight: 600; font-size: clamp(24px, 2.5vw, 32px); }