14px fontsize on code

This commit is contained in:
August Skare
2018-10-26 08:13:04 +02:00
parent 72b4ee76fb
commit 2ef8204ab4

View File

@@ -33,6 +33,7 @@ const Base =
styled.div <
CodeProps >
`
font-size: .875rem;
color: ${props => (props.language === undefined ? colors.white : 'inherit')};
background-color: ${props =>
props.light ? 'rgba(255,255,255,.15)' : props.language === undefined ? colors.black : '#F1F4F5'};