mirror of https://github.com/zulip/zulip.git
portico: Reduce bold in additional info area.
This commit is contained in:
parent
fd911cbfbb
commit
3a0be097f4
|
@ -438,6 +438,10 @@
|
|||
background: var(--color-background-box);
|
||||
padding: 20px 32px;
|
||||
border-radius: 16px;
|
||||
|
||||
b {
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
|
Loading…
Reference in New Issue