mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
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:
parent
98ee387197
commit
ef4454ab7e
@ -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 */
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user