css: Default 550 font weight to 600.

Since we support 600 font weight, 550 defaults to 600, so we
directly use it here.
This commit is contained in:
Aman Agrawal 2023-03-27 06:43:07 +00:00 committed by Tim Abbott
parent 98ee387197
commit ef4454ab7e
2 changed files with 3 additions and 3 deletions

View File

@ -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 */

View File

@ -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);
}