We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3077f commit a360898Copy full SHA for a360898
website/src/components/Try.js
@@ -4,6 +4,7 @@ import { Section, Container, Center, H2, H4 } from "../components/common";
4
5
const Code = styled.code`
6
color: white !important;
7
+ background: black;
8
font-size: 14px;
9
position: relative;
10
&::before {
0 commit comments