mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
docs: body line-height for site
This commit is contained in:
parent
34a277cdaa
commit
ba4c04f0ec
@ -118,6 +118,7 @@ const GlobalStyles = () => {
|
||||
color: ${token.colorText};
|
||||
font-size: ${token.fontSize}px;
|
||||
font-family: ${token.fontFamily};
|
||||
line-height: ${token.lineHeight}px;
|
||||
background: ${token.colorBgContainer};
|
||||
transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user