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 {