Files

12 lines
250 B
JavaScript
Raw Permalink Normal View History

2021-08-20 17:06:26 +02:00
import styled from 'styled-components';
export const Pre = styled.pre`
margin: 25px -25px 25px -25px !important;
padding: 20px 25px !important;
border-radius: 10px;
line-height: 1.5 !important;
code {
background: transparent;
}
`;