docs: remove text transform from code text

This commit is contained in:
unix
2020-03-23 01:16:29 +08:00
parent b7f767e816
commit adfe15190c

View File

@@ -41,6 +41,10 @@ const Title: React.FC<TitleProps> = React.memo(props => {
h3 > p {
margin: 0;
}
h3 > :global(code), h3 > :global(pre) {
text-transform: none;
}
`}</style>
</>
)