mirror of
https://github.com/zhigang1992/react.git
synced 2026-03-27 22:54:38 +08:00
feat(baseline): optimize fontSize of block code
This commit is contained in:
@@ -216,7 +216,7 @@ const CssBaseline: React.FC<React.PropsWithChildren<{}>> = ({ children }) => {
|
||||
|
||||
pre code {
|
||||
color: ${theme.palette.foreground};
|
||||
font-size: 0.75rem;
|
||||
font-size: 0.8125rem;
|
||||
line-height: 1.25rem;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user