From bb98c4b7fce22ebefc20e3a3d0b33c02f169b4df Mon Sep 17 00:00:00 2001 From: Atul R Date: Fri, 10 Jan 2020 21:06:36 +0530 Subject: [PATCH] fixes on white theme (#345) --- website/src/components/Try.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/components/Try.js b/website/src/components/Try.js index 649738fe3..bd87951c9 100644 --- a/website/src/components/Try.js +++ b/website/src/components/Try.js @@ -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 {