Skip to content

Commit 5fc0373

Browse files
committed
Style the terminal frame and join with the following block
1 parent 67445e0 commit 5fc0373

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/src/styles/terminal.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pre.terminal p {
4747
overflow-x: auto;
4848
}
4949

50-
pre.astro-code + pre.terminal {
50+
div.expressive-code + pre.terminal {
5151
margin-top: 0;
5252
border-top-width: 0;
5353
}

docs/src/styles/typography.css

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ span.math {
22
font-family: serif;
33
font-style: italic;
44
}
5+
6+
.ec-line::before {
7+
content: "$ ";
8+
}

0 commit comments

Comments
 (0)