From ef4454ab7e7210489a04460c638becbe0a4fc3fc Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Mon, 27 Mar 2023 06:43:07 +0000 Subject: [PATCH] css: Default 550 font weight to 600. Since we support 600 font weight, 550 defaults to 600, so we directly use it here. --- web/styles/popovers.css | 2 +- web/styles/portico/landing_page.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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); }