Skip to content

Commit a360898

Browse files
authored
fixes black backround for terminal (#114)
1 parent 4e3077f commit a360898

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/src/components/Try.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { Section, Container, Center, H2, H4 } from "../components/common";
44

55
const Code = styled.code`
66
color: white !important;
7+
background: black;
78
font-size: 14px;
89
position: relative;
910
&::before {

0 commit comments

Comments
 (0)