fixes on white theme (#345)

This commit is contained in:
Atul R 2020-01-10 21:06:36 +05:30 committed by GitHub
parent a0522ccce3
commit bb98c4b7fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ import { Section, Container, Center, H2, H4 } from '../components/common';
const Code = styled.code`
color: white !important;
background: black;
font-size: 14px;
position: relative;
&::before {